Constant wow_srp::PUBLIC_KEY_LENGTH[][src]

pub const PUBLIC_KEY_LENGTH: usize = LARGE_SAFE_PRIME_LENGTH; // 0x0_000_000_000_000_020usize

Length in bytes for both client and server public key.

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