Verification
public protocol Verification
Verification protocol defines the interface about verification.
-
Verify hashed string and original password string.
Declaration
Swift
func verify(hash: String, password: String) -> CatCryptoResultParameters
hashHashed string.
passwordOriginal password string.
Return Value
Return a result when verifying task finish.
View on GitHub
Install in Dash
Verification Protocol Reference