Type Alias memsecurity::X25519PublicKey

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

The 32 bytes of an X25519 public key

Aliased Type§

struct X25519PublicKey(/* private fields */);