dryoc
0.6.1
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 Aliases
Mac
Nonce
PublicKey
SecretKey
?
Settings
Type Alias
dryoc
::
classic
::
crypto_box
::
PublicKey
Copy item path
source
·
[
−
]
pub type PublicKey = [
u8
;
32
];
Expand description
Public key for public key authenticated crypto boxes.