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

Updated doc link

This commit is contained in:
Supereg 2020-05-04 15:20:55 +02:00
parent f8c92cbaac
commit 78e46168f5
No known key found for this signature in database
GPG Key ID: 2F08948C5653D720

View File

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