Type Alias dryoc::dryocbox::SecretKey

source ·
pub type SecretKey = StackByteArray<CRYPTO_BOX_SECRETKEYBYTES>;
Expand description

Stack-allocated secret key for authenticated public-key boxes.

Aliased Type§

struct SecretKey(/* private fields */);