Data
struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection
-
Undocumented
Declaration
Swift
public func sha1() -> String
-
Undocumented
Declaration
Swift
public func sha256() -> String
-
Undocumented
Declaration
Swift
public func md5() -> String
-
Adapted from http://stackoverflow.com/questions/25761344/how-to-crypt-string-to-sha1-with-swift
See moreDeclaration
Swift
public class HashCalculator