pub type X25519SharedSecretKey = ZeroizeArray<32>;
Expand description

The 32 bytes of an X25519 shared secret key from the outcome of a DH key exchange

Aliased Type§

struct X25519SharedSecretKey(/* private fields */);