pub type PrivateKey = SecretKey;
Expand description

A private key used for encrypting data.

Re-exported from the crypto_box crate.