update readme

This commit is contained in:
Kevaundray Wedderburn 2020-05-19 22:12:31 +01:00
parent 4de41fdcc0
commit b8338be937
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ Deviating from Curve25519-Dalek, this library will implement Extensible points i
## Credits
The library design was taken from Dalek's design of Curve25519. The code for elliptic curve arithmetic was also taken from Dalek's library.
The library design was taken from Dalek's design of Curve25519. The code for Montgomery curve arithmetic was also taken from Dalek's library.
The golang implementation of Ed448 and libdecaf were used as references.