pub const ECDH_SHARED_SECRET_SIZE: usize = 32;
Size of the raw ECDH shared secret in bytes (32 bytes). Must not be used directly as an encryption key; apply a KDF first.