PublicKey

Type Alias PublicKey 

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

Stack-allocated public key for message signing.

Aliased Typeยง

pub struct PublicKey(/* private fields */);