class SPAKE2Plus::Protocol
- SPAKE2Plus::Protocol
- Reference
- Object
Defined in:
spake2_plus/protocol.crConstructors
Instance Method Summary
- #algorithm : Algorithms
- #compute_secret_and_verifiers_from_x(l : Bytes, x : Bytes, y : Bytes)
- #compute_secret_and_verifiers_from_y(w1 : BigInt, x : Bytes, y : Bytes)
- #compute_x : Bytes
- #compute_y : Bytes
- #context : Bytes
- #id_prover : String
- #id_verifier : String
- #random : BigInt
- #w0 : BigInt
Constructor Detail
def self.new(algorithm : Algorithms, context : String | Bytes, random : BigInt, w0 : BigInt, id_prover : String = "", id_verifier : String = "")
#