Type Alias oprf::coprf::coprf_setup::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 */ }