Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
secure-remote-password
v1.0.0
SecureRemotePassword
Algorithm
Challenge
Client
Helpers
Proof
Verifier
Built with Crystal 1.9.2
2023-10-08 01:46:01 UTC
struct
SecureRemotePassword::Challenge
SecureRemotePassword::Challenge
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
secure-remote-password/challenge.cr
Constructors
.new
(proof : String, salt : String)
.new
(pull : JSON::PullParser)
Instance Method Summary
#proof
: String
#salt
: String
Constructor Detail
def self.
new
(proof : String, salt : String)
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
proof
: String
#
[
View source
]
def
salt
: String
#
[
View source
]