3.0.4 • Published 6 months ago
ripemd160-js v3.0.4
Ripemd160-js
A Universal JavaScript RIPEMD160 cryptographic hash function.
Features
- Zero dependency
- <7 KB gzip
Requirements
Supported runtime environments:
- Node.js versions
>=16.0.0
- Browsers matching the Browserslist query
> 0.5%, not OperaMini all, not dead
.
Installation
For Node.js, to install ripemd160-js
run:
npm install ripemd160-js
Examples
Import For ESM
import ripemd160 from "ripemd160-js/ripemd160.js";
Digest Array
ripemd160(Uint8Array.from([1, 2, 3])).then(console.log);
The logged output will be “79f901da2609f020adadbf2e5f68a16c8c3f7d57”
3.0.4
6 months ago
3.0.3
6 months ago
3.0.1
6 months ago
3.0.0
6 months ago
2.0.3
6 months ago
2.0.2
2 years ago
2.0.0-beta.0
2 years ago
2.0.1
2 years ago
2.0.0
2 years ago
1.2.0
4 years ago
1.1.3
4 years ago
1.1.1
4 years ago
1.1.0
4 years ago
1.1.2
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago
1.0.0-rc
4 years ago