module

SPAKE2Plus

Password Authenticated Key Exchange (PAKE) https://datatracker.ietf.org/doc/pdf/draft-bar-cfrg-spake2plus-02.pdf

Constants

MATTER_DEFAULT = SPAKE2Plus::Algorithms.new(Curve::P256, OpenSSL::Algorithm::SHA256, MAC::HMAC)
VERSION = "1.0.1"

Constructors

new(context : String | Bytes, w0 : BigInt, algorithm : Algorithms = MATTER_DEFAULT) : SPAKE2Plus::Protocol
Source

Nested types