Type Alias memsecurity::Ed25519PublicKey

source ·
pub type Ed25519PublicKey = ZeroizeArray<32>;
Expand description

The 32 bytes of an ed25519 keypair

Aliased Type§

struct Ed25519PublicKey(/* private fields */);