CatMD6Crypto
public class CatMD6Crypto : Contextual, Hashing
CatMD6Crypto
is the crypto for MD6 function.
-
Declaration
Swift
public typealias Context = CatMD6Context
-
Declaration
Swift
public var context: CatMD6Context
-
Declaration
Swift
public required init(context: Context = CatMD6Context())
-
Declaration
Swift
public func hash(password: String) -> CatCryptoResult