Type Alias PublicKey

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

Stack-allocated public key type alias

Aliased Typeยง

struct PublicKey(/* private fields */);