Skip to main content

Module verifier

Module verifier 

Source
Expand description

SPAKE2+ Verifier (server) state machine.

The Verifier stores (w0, L) where L = w1*G. It does not know the password or w1 directly.

Structs§

Verifier
SPAKE2+ Verifier: processes the Prover’s first message and generates the response.
VerifierState
State held by the Verifier between sending (shareV, confirmV) and receiving confirmP.