pub type X25519StaticSecretKey = ZeroizeArray<32>;
Expand description

The 32 bytes of an X25519 static secret key

Aliased Type§

struct X25519StaticSecretKey(/* private fields */);