struct SecureRemotePassword::Proof

Included Modules

Defined in:

secure-remote-password/proof.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(client_A : String, arg_B : String, arg_b : String, username : String, salt : String, verifier : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def arg_B : String #

[View source]
def arg_b : String #

[View source]
def client_A : String #

[View source]
def salt : String #

[View source]
def username : String #

[View source]
def verifier : String #

[View source]