☰
SecretKey
SecretKey
In dryoc::classic::crypto_box
Functions
crypto_box_beforenm
crypto_box_detached
crypto_box_detached_afternm
crypto_box_detached_afternm_inplace
crypto_box_detached_inplace
crypto_box_easy
crypto_box_easy_inplace
crypto_box_keypair
crypto_box_keypair_inplace
crypto_box_open_detached
crypto_box_open_detached_afternm
crypto_box_open_detached_afternm_inplace
crypto_box_open_detached_inplace
crypto_box_open_easy
crypto_box_open_easy_inplace
crypto_box_seal
crypto_box_seal_open
crypto_box_seed_keypair
crypto_box_seed_keypair_inplace
Type Definitions
Mac
Nonce
PublicKey
SecretKey
?
Type Definition
dryoc
::
classic
::
crypto_box
::
SecretKey
source
·
[
−
]
pub type SecretKey = [
u8
;
32
];
Expand description
Secret key for public key authenticated crypto boxes.