MD5

class MD5 : HashBase

Undocumented

  • s

    specifies the per-round shift amounts

    Declaration

    Swift

    private let s: [UInt32]
  • k

    binary integer part of the sines of integers (Radians)

    Declaration

    Swift

    private let k: [UInt32]
  • h

    Undocumented

    Declaration

    Swift

    private let h: [UInt32]
  • Undocumented

    Declaration

    Swift

    func calculate() -> [UInt8]