Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

bearby-wallet-legacy/ripemd160.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors