Skip to main content

ECDH_SHARED_SECRET_SIZE

Constant ECDH_SHARED_SECRET_SIZE 

Source
pub const ECDH_SHARED_SECRET_SIZE: usize = 32;
Expand description

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