-
Notifications
You must be signed in to change notification settings - Fork 0
HasherProtocol
ratranqu edited this page Apr 7, 2021
·
2 revisions
public protocol HasherProtocol
static func hash<Data: DataProtocol>(_ value: Data) -> Hash
static func hashLeaf<Key: DataProtocol>(key: Key, valueHash: Hash, version: Int64) -> Hash
static func hashInner(height: Int8, size: Int64, leftHash: Hash, rightHash: Hash, version: Int64) -> Hash
Generated at 2021-04-20T11:34:45+0000 using swift-doc 1.0.0-beta.5.