UNPKG

did-btcr2-js

Version:

Monorepo for did:btcr2 js/ts implementation and supporting packages.

28 lines (14 loc) 573 B
[**@did-btc1/smt**](../README.md) *** [@did-btc1/smt](../globals.md) / HashStrategy # Interface: HashStrategy Defined in: [hashing.ts:6](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/smt/src/hashing.ts#L6) ## Methods ### digest() > **digest**(...`inputs`): `Uint8Array` Defined in: [hashing.ts:7](https://github.com/dcdpr/did-btc1-js/blob/4ab6f9915d95beed9bc633644c9db1539395f512/packages/smt/src/hashing.ts#L7) #### Parameters ##### inputs ...`Uint8Array`;<`ArrayBufferLike`>[] #### Returns `Uint8Array`