@the-hashgraph-group-ag/cryptosuites-core / HashingAlgorithm
Interface: HashingAlgorithm
Defined in: packages/core/src/interfaces/hashing.ts:1
Methods
hash()
hash(
data):ArrayBuffer|Promise<ArrayBuffer>
Defined in: packages/core/src/interfaces/hashing.ts:5
Function that hashes the data using the hashing chosen algorithm.