pub type SecretKey = StackByteArray<CRYPTO_KX_SECRETKEYBYTES>;
Stack-allocated secret key type alias
struct SecretKey(/* private fields */);