X25519_KEY_LENGTH

X25519.

X25519 is the Diffie-Hellman primitive built from curve25519. It is sometimes referred to as curve25519, but X25519 is a more precise name.

extern (C) nothrow @nogc
enum X25519_KEY_LENGTH = 32;

See Also

Meta