☰
Type Definition Key
Other items in
aead
All crates
?
Type Definition
aead
::
Key
[
−
]
[src]
pub type Key<A> =
GenericArray
<
u8
, <A as
NewAead
>::
KeySize
>;
Expand description
Key for a
NewAead
algorithm