pub type X25519StaticKeyPair = ZeroizeArray<64>;
Expand description

The 64 bytes of an X25519 keypair

Aliased Type§

struct X25519StaticKeyPair(/* private fields */);