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) -> CatCryptoResult
Parameters
hash
Hashed string.
password
Original password string.
Return Value
Return a result when verifying task finish.