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