Type Alias Key

Source
pub type Key = StackByteArray<CRYPTO_SECRETSTREAM_XCHACHA20POLY1305_KEYBYTES>;
Expand description

Stack-allocated secret for authenticated secret streams.

Aliased Typeยง

struct Key(/* private fields */);