UNPKG

@0xcert/merkle

Version:

Implementation of basic functions of binary Merkle tree.

11 lines (7 loc) 190 B
import { Spec } from '@hayspec/spec'; import * as merkle from '..'; const spec = new Spec(); spec.test('exposes objects', (ctx) => { ctx.true(!!merkle.Merkle); }); export default spec;