pub fn blinding_factor(
    sk: &PrivateKey,
    pk: &PublicKey,
    utxo: &OutPoint
) -> Result<[u8; 64], Error>
Expand description

Calculates a blinding factor. The operation is symmetrical, therefore the key combination can be:

  1. notification private key, designated public key
  2. designated private key, notification public key