Type Alias DecryptionKey

Source
pub type DecryptionKey = P256Scalar;
Expand description

An Elgamal private decryption key is a scalar $dk$ of base group $\mathcal{G}$.

Aliased Typeยง

struct DecryptionKey { /* private fields */ }