Constant wow_srp::PUBLIC_KEY_LENGTH[][src]

pub const PUBLIC_KEY_LENGTH: u8 = LARGE_SAFE_PRIME_LENGTH; // 0x20u8
Expand description

Length in bytes for both client and server public key.

Public keys are always 32 bytes because of the fixed width in the CMD_AUTH_LOGON_PROOF and CMD_AUTH_LOGON_PROOF_Server packets.