Skip to content

Repository files navigation

ripemd160

NPM PackageBuild StatusDependency status

js-standard-style

Node style ripemd160 on pure JavaScript.

Example

varRIPEMD160=require('ripemd160')console.log(newRIPEMD160().update('42').digest('hex'))// => 0df020ba32aa9b8b904471ff582ce6b579bf8bc8varripemd160stream=newRIPEMD160()ripemd160stream.end('42')console.log(ripemd160stream.read().toString('hex'))// => 0df020ba32aa9b8b904471ff582ce6b579bf8bc8

LICENSE

MIT

About

JavaScript component to compute the RIPEMD160 hash of strings or bytes.

Resources

Code of conduct

Security policy

Stars

34 stars

Watchers

3 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages