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

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.