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
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Hash
Hashing algorithms
Importing
Hash: Equatable, CustomStringConvertible
Hashing
Implemented Functions