pub type DecryptionKey = P256Scalar;
An Elgamal private decryption key is a scalar $dk$ of base group $\mathcal{G}$.
dk
\mathcal{G}
struct DecryptionKey { /* private fields */ }