Skip to content

Commit 3f660a2

Browse files
Weston SiegenthalerWeston Siegenthaler
Weston Siegenthaler
authored and
Weston Siegenthaler
committed
Removing node-scrypt-js
1 parent 25e598a commit 3f660a2

File tree

3 files changed

+0
-260
lines changed

3 files changed

+0
-260
lines changed

Gruntfile.js

-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ module.exports = function(grunt) {
3737

3838
'src/crypto-js-etc/ripemd160.js',
3939

40-
// node-scrypt-js (native javascript implementation)
41-
//'src/node-scrypt-js/scrypt.js',
42-
4340
// js-scrypt (llvm to javascript via emscripten)
4441
'src/js-scrypt/browser/scrypt.js',
4542
'src/js-scrypt-wrapper.js',

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ CryptoJS (c) 2009–2012 by Jeff Mott
3232
Released under New BSD license
3333
http://code.google.com/p/crypto-js/
3434

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
3835
js-scrypt (c) 2013 Tony Garnock-Jones
3936
Release under 2-clause BSD license
4037
http://github.com/tonyg/js-scrypt

src/node-scrypt-js/scrypt.js

-254
This file was deleted.

0 commit comments

Comments
 (0)