Skip to main content

Module registration

Module registration 

Source
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*G from the scalar w1.