1
0
mirror of https://github.com/danog/fast-srp.git synced 2024-11-26 20:04:49 +01:00

Adding link to the docs

This commit is contained in:
Supereg 2020-04-12 21:02:16 +02:00
parent 3d9dd53da2
commit 81a76fed48
No known key found for this signature in database
GPG Key ID: 2F08948C5653D720

View File

@ -9,6 +9,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/).
Full documentation can be found [here](https://homebridge.github.io/fast-srp/globals.html).
Creating the Verifier
---