Skip to content

bearby-wallet/ripemd160.js

Repository files navigation

pure javascript ripemd160

Install

npm install @hicaru/ripemd160.js
yarn add @hicaru/ripemd160.js

Example

As the main idea is to use only external modules, so that all operations take place in Uint8Array!

import { Ripemd160 } from '@hicaru/ripemd160.js';

const msg = crypto.randomBytes(256);
const hashBytes = ripemd.update(msg).digest();

LICENSE

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published