Constant wow_srp::GENERATOR

source ·
pub const GENERATOR: u8 = 7;
Expand description

Called g in RFC2945. Statically set to 7. Used for generating the public keys for both server and client, and the session key. The length in bytes is always 1 since there are no generators greater than 255.