diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 0dbe83a..030415c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -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 diff --git a/README.md b/README.md index d631ae3..cbac5bb 100644 --- a/README.md +++ b/README.md @@ -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.