Skip to content

HashType

ratranqu edited this page Jan 28, 2021 · 2 revisions

HashType

public protocol HashType: Codable, Comparable, CustomStringConvertible

Inheritance

Codable, Comparable, CustomStringConvertible

Requirements

value

var value: [UInt8]

size

var size: Int

hash(data:​)

func hash(data: [UInt8]) -> Self

hash(data:​)

static func hash(data: [UInt8]) -> Self