pub type Key = StackByteArray<CRYPTO_SECRETSTREAM_XCHACHA20POLY1305_KEYBYTES>;Expand description
Stack-allocated secret for authenticated secret streams.
Aliased Typeยง
pub struct Key(/* private fields */);pub type Key = StackByteArray<CRYPTO_SECRETSTREAM_XCHACHA20POLY1305_KEYBYTES>;Stack-allocated secret for authenticated secret streams.
pub struct Key(/* private fields */);