Type Alias BlindingPrivateKey

Source
pub type BlindingPrivateKey = DecryptionKey;
Expand description

As unblinding is performed by Elgamal decryption, the unblinding private key is an Elgamal decryption key.

Aliased Typeยง

struct BlindingPrivateKey { /* private fields */ }