summaryrefslogtreecommitdiff
path: root/ed25519.c
diff options
context:
space:
mode:
Diffstat (limited to 'ed25519.c')
-rw-r--r--ed25519.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/ed25519.c b/ed25519.c
index 9c9879c0..767ec24d 100644
--- a/ed25519.c
+++ b/ed25519.c
@@ -1,6 +1,10 @@
-/* $OpenBSD: ed25519.c,v 1.2 2013/12/07 00:26:37 djm Exp $ */
+/* $OpenBSD: ed25519.c,v 1.3 2013/12/09 11:03:45 markus Exp $ */
-/* Public Domain, from supercop-20130419/crypto_sign/ed25519/ref/ed25519.c */
+/*
+ * Public Domain, Authors: Daniel J. Bernstein, Niels Duif, Tanja Lange,
+ * Peter Schwabe, Bo-Yin Yang.
+ * Copied from supercop-20130419/crypto_sign/ed25519/ref/ed25519.c
+ */
#include "includes.h"
#include "crypto_api.h"