Constant wow_srp::SESSION_KEY_LENGTH[][src]

pub const SESSION_KEY_LENGTH: usize = PROOF_LENGTH * 2; // 0x0_000_000_000_000_028usize

Size of the session key in bytes.

Always 40 bytes since it is the result of 2 SHA-1 proofs concatenated.