pub type PublicKey = StackByteArray<CRYPTO_SIGN_PUBLICKEYBYTES>;
Stack-allocated public key for message signing.
struct PublicKey(/* private fields */);