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 */ }
pub type BlindingPrivateKey = DecryptionKey;
As unblinding is performed by Elgamal decryption, the unblinding private key is an Elgamal decryption key.
struct BlindingPrivateKey { /* private fields */ }