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