Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

JavaScript component to compute the RIPEMD160 hash of strings or bytes.

License

NotificationsYou must be signed in to change notification settings

browserify/ripemd160

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM PackageBuild StatusDependency status

js-standard-style

Node styleripemd160 on pure JavaScript.

Example

varRIPEMD160=require('ripemd160')console.log(newRIPEMD160().update('42').digest('hex'))// => 0df020ba32aa9b8b904471ff582ce6b579bf8bc8varripemd160stream=newRIPEMD160()ripemd160stream.end('42')console.log(ripemd160stream.read().toString('hex'))// => 0df020ba32aa9b8b904471ff582ce6b579bf8bc8

LICENSE

MIT

About

JavaScript component to compute the RIPEMD160 hash of strings or bytes.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors10


[8]ページ先頭

©2009-2025 Movatter.jp