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