Expand description
Registration helper for computing the SPAKE2+ verifier.
During registration, the Prover derives (w0, w1) from the password
(via password stretching), then computes L = w1*G and sends (w0, L)
to the Verifier for storage.
Functionsยง
- compute_
verifier - Compute the verifier point
L = w1*Gfrom the scalarw1.