Skip to content

TestHasher

ratranqu edited this page Feb 1, 2021 · 1 revision

TestHasher

public struct TestHasher: HasherProtocol

Inheritance

HasherProtocol

Nested Type Aliases

Coder

public typealias Coder = TestWire

Hash

public typealias Hash = Foundation.Data

Initializers

init?(bytes:)

public init?<Data>(bytes: Data) where Data: DataProtocol

Properties

hash

var hash: Hash

Methods

hash(_:)

public static func hash<Data>(_ value: Data) -> Hash where Data: DataProtocol

Clone this wiki locally