From bb14e766d0088e9cf3dd0bf86d63164b218fc5f0 Mon Sep 17 00:00:00 2001 From: Zarmack Tanen Date: Thu, 10 Sep 2015 10:59:14 +0200 Subject: [PATCH] Updating README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bce678..f99cec5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ Is a pure [NodeJS](https://nodejs.org/) implementation of the [SRP6a protocol](h It's a derived work of [Jed Parson](http://jedparsons.com/)'s [node-srp](https://github.com/jedp/node-srp) and [Tom Wu](http://www-cs-students.stanford.edu/~tjw/)'s [jsbn](http://www-cs-students.stanford.edu/~tjw/jsbn/). -node-srp uses [bignum](https://github.com/justmoon/node-bignum) to handle the big numbers, but I've got many problems with that library mainly compiling it in Windows 7. Finally I've ported the node-srp to use [jsbn](http://www-cs-students.stanford.edu/~tjw/jsbn/). + + ## Creating the Verifier