Remove broken example for scrypt

master
Jordan Earls 2014-04-25 01:16:28 -04:00
parent 9625004fe7
commit 7499109191
1 changed files with 1 additions and 3 deletions

View File

@ -41,8 +41,6 @@ var hashedData = algorithms.map(function(algo){
console.log(hashedData);
//<SlowBuffer 0b de 16 ef 2d 92 e4 35 65 c6 6c d8 92 d9 66 b4 3d 65 ..... >
//Another example...
var hashedScryptData = multiHashing.scrypt(new Buffer(80));
```
@ -57,4 +55,4 @@ Credits
* [Fugue](http://en.wikipedia.org/wiki/Fugue_(hash_function)) - Shai Halevi, William E. Hall, and Charanjit S. Jutla
* [scrypt](http://en.wikipedia.org/wiki/Scrypt) - Colin Percival
* [bcrypt](http://en.wikipedia.org/wiki/Bcrypt) - Niels Provos and David Mazières
* [X11](http://www.darkcoin.io/), [Hefty1](http://heavycoin.github.io/about.html), [Quark](http://www.qrk.cc/) creators (they just mixed together a bunch of the above algos)
* [X11](http://www.darkcoin.io/), [Hefty1](http://heavycoin.github.io/about.html), [Quark](http://www.qrk.cc/) creators (they just mixed together a bunch of the above algos)