Type Alias elgamal::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 */ }