pub type SecretKey = StackByteArray<CRYPTO_BOX_SECRETKEYBYTES>;Expand description
Stack-allocated secret key for authenticated public-key boxes.
Aliased Typeยง
pub struct SecretKey(/* private fields */);pub type SecretKey = StackByteArray<CRYPTO_BOX_SECRETKEYBYTES>;Stack-allocated secret key for authenticated public-key boxes.
pub struct SecretKey(/* private fields */);