pub type PublicKey = StackByteArray<CRYPTO_BOX_PUBLICKEYBYTES>;Expand description
Stack-allocated public key type alias.
Aliased Typeยง
struct PublicKey(/* private fields */);pub type PublicKey = StackByteArray<CRYPTO_BOX_PUBLICKEYBYTES>;Stack-allocated public key type alias.
struct PublicKey(/* private fields */);