From 6cc9e063bf9b7711c9df8acacd7fd7d8bb3de046 Mon Sep 17 00:00:00 2001 From: "Michael J. Ryan" Date: Fri, 6 Sep 2013 10:38:07 -0700 Subject: [PATCH] Update NodeJS Links Updated node.js references to include my wrapper against this JS library, allong with the active binary implementation. Removed stale/broken project references. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ffdf6f4..2594c15 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,11 @@ and [Colin Percival's page on scrypt](http://www.tarsnap.com/scrypt.html). This library is intended only for use in the browser; for node.js, -there are [plenty](https://github.com/cheongwy/node-scrypt) -[of](https://github.com/barrysteyn/node-scrypt) -[existing](https://github.com/hatchan/scrypt) options. +see +[node-js-scrypt](https://github.com/tracker1/node-js-scrypt) +which wraps this library and +[node-scrypt](https://github.com/barrysteyn/node-scrypt) +which wraps the native C library. This library was written in order to interoperate with [js-nacl](https://github.com/tonyg/js-nacl), a cryptographic toolkit