Type Alias dryoc::dryocstream::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 */);