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 */ }