SHA3

public final class SHA3

Undocumented

  • Undocumented

    Declaration

    Swift

    public let blockSize: Int
  • Undocumented

    Declaration

    Swift

    public let digestLength: Int
  • Undocumented

    Declaration

    Swift

    public let markByte: UInt8
  • Undocumented

    See more

    Declaration

    Swift

    public enum Variant
  • Undocumented

    Declaration

    Swift

    public init(variant: SHA3.Variant)
  • Undocumented

    Declaration

    Swift

    public func calculate(for bytes: Array<UInt8>) -> Array<UInt8>
  • Undocumented

    Declaration

    Swift

    public func update(withBytes bytes: ArraySlice<UInt8>, isLast: Bool = false) throws -> Array<UInt8>