summaryrefslogtreecommitdiffstats
path: root/fe25519.c
diff options
context:
space:
mode:
Diffstat (limited to 'fe25519.c')
-rw-r--r--fe25519.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/fe25519.c b/fe25519.c
index 3a9181ba..2f368ebe 100644
--- a/fe25519.c
+++ b/fe25519.c
@@ -1,6 +1,10 @@
-/* $OpenBSD: fe25519.c,v 1.2 2013/12/07 00:26:37 djm Exp $ */
+/* $OpenBSD: fe25519.c,v 1.3 2013/12/09 11:03:45 markus Exp $ */
-/* Public Domain, from supercop-20130419/crypto_sign/ed25519/ref/fe25519.c */
+/*
+ * Public Domain, Authors: Daniel J. Bernstein, Niels Duif, Tanja Lange,
+ * Peter Schwabe, Bo-Yin Yang.
+ * Copied from supercop-20130419/crypto_sign/ed25519/ref/fe25519.c
+ */
#define WINDOWSIZE 1 /* Should be 1,2, or 4 */
#define WINDOWMASK ((1<<WINDOWSIZE)-1)