Skip to main content

compute_verifier

Function compute_verifier 

Source
pub fn compute_verifier<C: Spake2PlusCiphersuite>(
    w1: &<C::Group as CpaceGroup>::Scalar,
) -> Vec<u8> 
Expand description

Compute the verifier point L = w1*G from the scalar w1.

The password stretching (e.g. PBKDF/Argon2 to derive w0, w1) is the caller’s responsibility.