pub type PublicKey = StackByteArray<CRYPTO_KX_PUBLICKEYBYTES>;
Stack-allocated public key type alias
struct PublicKey(/* private fields */);