@hicaru/ripemd160.js
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

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

Package Sidebar

Install

npm i @hicaru/ripemd160.js

Weekly Downloads

1

Version

0.0.9

License

MIT

Unpacked Size

43 kB

Total Files

14

Last publish

Collaborators

  • hicaru