Data update
This commit is contained in:
parent
4bb20c9b71
commit
cbaf4c4b64
12390 changed files with 318560 additions and 27248 deletions
6
Task/RIPEMD-160/JavaScript/ripemd-160.js
Normal file
6
Task/RIPEMD-160/JavaScript/ripemd-160.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// ! npm install ripemd160
|
||||
|
||||
const ripemd160 = require('ripemd160');
|
||||
// Create hash of "Rosetta Code"
|
||||
const hash = new ripemd160().update('Rosetta Code').digest('hex');
|
||||
console.log(hash);
|
||||
Loading…
Add table
Add a link
Reference in a new issue