libswarm-ng

C implementation of BMT hasher, Swarmhash and Single Owner Chunk for swarm
git clone git://git.defalsify.org/libswarm-ng.git
Log | Files | Refs | Submodules | README

commit a05a9830ecc644857dadf480cd3d84b9bfc4dc1d
parent dd8c162b5f486132919e749a9ccea62af44ad9a4
Author: nolash <dev@holbrook.no>
Date:   Wed, 15 Sep 2021 20:21:27 +0200

Add wasm to readme

Diffstat:
MREADME | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -12,3 +12,16 @@ $ pacman -S check Running tests will build deps and libraries: $ make -f Makefile.dev check + + +WASM + +Has a wasm target too. + +$ make wasm + +A couple of example scripts in: + +$ cd scripts/wasm +$ node keccak.js +$ node bmt.js