Name correct Alex :)

This commit is contained in:
Jesper Louis Andersen 2015-02-24 00:09:56 +01:00
parent 7ba5f9888f
commit 4a523e3b0b
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
List of people who have contributed to the eNaCl source code:
Alexander Fæhrøy
Alexander Færøy
Jesper Louis Andersen

View File

@ -56,7 +56,7 @@ In general, the primitives provided by NaCl are intermediate-level primitives. R
### v0.12.0
* Introduce an extension interface for various necessary extensions to the eNaCl system for handling the Tor network, thanks to Alexander Fæhrøy (ahf).
* Introduce an extension interface for various necessary extensions to the eNaCl system for handling the Tor network, thanks to Alexander Færøy (ahf).
* Introduce Curve25519 manipulations into the extension interface.
* Write (rudimentary) QuickCheck tests for the new interface, to verify its correctness.