Type Alias dryoc::keypair::PublicKey

source ·
pub type PublicKey = StackByteArray<CRYPTO_BOX_PUBLICKEYBYTES>;
Expand description

Stack-allocated public key type alias.

Aliased Type§

struct PublicKey(/* private fields */);