From 7ee23f77fb0ba5b004748b57366415c487a3f236 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 16 Mar 2016 14:48:05 +0100 Subject: [PATCH] Add crypto_core/curve25519 --- AUTHORS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS index 5fddc8d7..d8585c48 100644 --- a/AUTHORS +++ b/AUTHORS @@ -42,6 +42,8 @@ crypto_aead/aes256gcm/aesni Romain Dolbeau crypto_aead/chacha20poly1305 Frank Denis +crypto_core/curve25519 Daniel J. Bernstein + crypto_box/curve25519xsalsa20poly1305 Daniel J. Bernstein crypto_core/hchacha20 Frank Denis