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