Update travis build
Hashing algorithms
.package(url: "https://github.com/DavidSkrundz/Hash.git", .upToNextMinor(from: "1.4.0"))
Hash: Equatable, CustomStringConvertible
let bytes: [UInt8] var description: String // hexadecimal representation
Hashing
init() mutating func hashData(_ data: [UInt8]) func finalize() -> Hash static func hash(_ data: [UInt8]) -> Hash
Hash
Hashing algorithms
Importing
Hash: Equatable, CustomStringConvertible
Hashing
Implemented Functions