0.0.9 • Published 2 years ago

@hicaru/ripemd160.js v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago