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