pub fn derive_private_revocation_key<T: Signing>(
    secp_ctx: &Secp256k1<T>,
    per_commitment_secret: &SecretKey,
    countersignatory_revocation_base_secret: &SecretKey
) -> SecretKey
Expand description

Derives a per-commitment-transaction revocation key from its constituent parts.

Only the cheating participant owns a valid witness to propagate a revoked commitment transaction, thus per_commitment_secret always come from cheater and revocation_base_secret always come from punisher, which is the broadcaster of the transaction spending with this key knowledge.