MD5
class MD5 : HashBase
Undocumented
-
specifies the per-round shift amounts
Declaration
Swift
private let s: [UInt32]
-
binary integer part of the sines of integers (Radians)
Declaration
Swift
private let k: [UInt32]
-
Undocumented
Declaration
Swift
private let h: [UInt32]
-
Undocumented
Declaration
Swift
func calculate() -> [UInt8]