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