@the-hashgraph-group-ag/cryptosuites-core / SHA256HashingAlgorithm
Class: SHA256HashingAlgorithm
Defined in: packages/core/src/hashing/sha-256.ts:6
SHA-256 hashing algorithm implementation.
Methods
hash()
hash(
data):Promise<ArrayBuffer>
Defined in: packages/core/src/hashing/sha-256.ts:12
Hashes the data using the SHA-256 algorithm.