File tree 3 files changed +0
-260
lines changed
3 files changed +0
-260
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,6 @@ module.exports = function(grunt) {
37
37
38
38
'src/crypto-js-etc/ripemd160.js' ,
39
39
40
- // node-scrypt-js (native javascript implementation)
41
- //'src/node-scrypt-js/scrypt.js',
42
-
43
40
// js-scrypt (llvm to javascript via emscripten)
44
41
'src/js-scrypt/browser/scrypt.js' ,
45
42
'src/js-scrypt-wrapper.js' ,
Original file line number Diff line number Diff line change @@ -32,9 +32,6 @@ CryptoJS (c) 2009–2012 by Jeff Mott
32
32
Released under New BSD license
33
33
http://code.google.com/p/crypto-js/
34
34
35
- node-scrypt-js (c) 2010-2011 Intalio Pte, All Rights Reserved
36
- Released under MIT license
37
- https://github.com/cheongwy/node-scrypt-js
38
35
js-scrypt (c) 2013 Tony Garnock-Jones
39
36
Release under 2-clause BSD license
40
37
http://github.com/tonyg/js-scrypt
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments