From 4a523e3b0ba0a46f5cd87e866281b3f7d39d03bd Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Tue, 24 Feb 2015 00:09:56 +0100 Subject: [PATCH] Name correct Alex :) --- CONTRIBUTORS | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.