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