SPAKE2Plus::Protocol
Inherits Reference < Object
Constructors
new(algorithm : Algorithms, context : String | Bytes, random : BigInt, w0 : BigInt, id_prover : String = "", id_verifier : String = "")
SourceInstance methods
algorithm
Sourcecompute_secret_and_verifiers_from_x(l : Bytes, x : Bytes, y : Bytes)
Sourcecompute_secret_and_verifiers_from_y(w1 : BigInt, x : Bytes, y : Bytes)
Sourcecompute_x
Sourcecompute_y
Sourcecontext
Sourceid_prover
Sourceid_verifier
Sourcerandom
Sourcew0
Source