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