Hashing
public protocol Hashing
Hashing protocol defines the interface about hashing.
-
Hash password string with hashing function.
Declaration
Swift
func hash(password: String) -> CatCryptoResultParameters
passwordPassword string for hash.
Return Value
Return a result when hashing task finish.
View on GitHub
Install in Dash
Hashing Protocol Reference