Type Alias PublicKey

Source
pub type PublicKey = StackByteArray<CRYPTO_BOX_PUBLICKEYBYTES>;
Expand description

Stack-allocated public key for authenticated public-key boxes.

Aliased Typeยง

struct PublicKey(/* private fields */);