Constant wow_srp::SALT_LENGTH[][src]

pub const SALT_LENGTH: u8 = 32;
Expand description

The salt is always 32 bytes since the client expects a 32 byte salt field in the CMD_AUTH_LOGON_CHALLENGE_Server packet and will use leading zeros in the calculation.