HashBase
class HashBase
Undocumented
-
Undocumented
Declaration
Swift
static let size: Int
-
Undocumented
Declaration
Swift
let message: [UInt8]
-
Undocumented
Declaration
Swift
init(_ message: [UInt8])
-
Common part for hash calculation. Prepare header data.
Declaration
Swift
func prepare(_ len: Int) -> [UInt8]