swarmhash3
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

swarmhash3 Build Status NPM Version

An implementation of Swarm Hash as it is implemented in Swarm PoC3

Example Usage

const swarmHash = require('swarmhash3');
 
const content = 'Test content to hash';
 
const hash = swarmHash(content);
 
console.log(hash);

Readme

Keywords

Package Sidebar

Install

npm i swarmhash3

Weekly Downloads

2

Version

0.3.0

License

MIT

Unpacked Size

7.87 kB

Total Files

11

Last publish

Collaborators

  • yaram