We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
public struct TestHasher: HasherProtocol
HasherProtocol
Coder
public typealias Coder = TestWire
Hash
public typealias Hash = Foundation.Data
init?(bytes:)
public init?<Data>(bytes: Data) where Data: DataProtocol
hash
var hash: Hash
hash(_:)
public static func hash<Data>(_ value: Data) -> Hash where Data: DataProtocol