Type Definition saltyrtc_client::crypto::PrivateKey
source · [−]pub type PrivateKey = SecretKey;
Expand description
A private key used for encrypting data.
Re-exported from the crypto_box
crate.
pub type PrivateKey = SecretKey;
A private key used for encrypting data.
Re-exported from the crypto_box
crate.