☰
Key
Key
In aead
Modules
consts
Structs
Error
Payload
Traits
Aead
AeadCore
AeadInPlace
AeadMut
AeadMutInPlace
Buffer
NewAead
Type Definitions
Key
Nonce
Result
Tag
?
Type Definition
aead
::
Key
source
·
[
−
]
pub type Key<A> =
GenericArray
<
u8
, <A as
NewAead
>::
KeySize
>;
Expand description
Key for a
NewAead
algorithm