Constant wow_srp::PASSWORD_VERIFIER_LENGTH[][src]

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

Password verifier size in bytes.

Is always the same size as the large safe prime because the verifier is generated through modulo of the large safe prime.