Skip to content
Snippets Groups Projects
Commit 600997f3 authored by Charles Wright's avatar Charles Wright
Browse files

Updated README

parent 77df6ee4
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,12 @@ for augmented password authenticated key exchange (aPAKE).
BS-SPEKE is described by Steve Thomas in his blog post [SRP is Now Deprecated](https://tobtu.com/blog/2021/10/srp-is-now-deprecated/)
and in a [Github Gist](https://gist.github.com/Sc00bz/e99e48a6008eef10a59d5ec7b4d87af3).
The implementation contained here is built with Loup Vaillant's [Monocypher](https://monocypher.org/) library
and uses D.J. Bernstein's elliptic curve [Curve25519](https://cr.yp.to/ecdh.html).
The implementation contained here is built with Loup Vaillant's
[Monocypher](https://monocypher.org/) library, with the encryption
routines removed to allow this project to be more easily (and legally)
exported from the US.
It uses D.J. Bernstein's elliptic curve [Curve25519](https://cr.yp.to/ecdh.html).
### Disclaimer
This code has not undergone any sort of security audit or evaluation.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment