0.3.0 • Published 6 years ago
swarmhash3


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);