UNPKG

merkle-tools-sha3

Version:

Tools for creating merkle trees, generating merkle proofs, and verification of merkle proofs. Added SHA3 Keccak support. Forked from https://github.com/Tierion/merkle-tools

34 lines (33 loc) 895 B
{ "name": "merkle-tools-sha3", "version": "1.0.7", "description": "Tools for creating merkle trees, generating merkle proofs, and verification of merkle proofs. Added SHA3 Keccak support. Forked from https://github.com/Tierion/merkle-tools", "main": "merkletools.js", "scripts": { "test": "mocha test/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/kartojal/merkle-tools-sha3.git" }, "keywords": [ "merkle tree", "merkle proof", "merkle", "sha3", "chainpoint" ], "author": "David Canillas Racero <canillas.mail@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/kartojal/merkle-tools-sha3/issues" }, "homepage": "https://github.com/kartojal/merkle-tools-sha3#readme", "dependencies": { "sha3": "^1.2.0" }, "devDependencies": { "mocha": "^2.5.3", "should": "^9.0.2" } }