☰
Mac
Mac
In dryoc::classic::crypto_auth
Structs
AuthState
Functions
crypto_auth
crypto_auth_final
crypto_auth_init
crypto_auth_keygen
crypto_auth_update
crypto_auth_verify
Type Definitions
Key
Mac
?
Type Definition
dryoc
::
classic
::
crypto_auth
::
Mac
source
·
[
−
]
pub type Mac = [
u8
;
32
];
Expand description
Message authentication code type for use with secret-key authentication.