From 8a56dc2b6b48b05590810e7f4c3567508410000c Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 18 Dec 2013 17:48:11 +1100 Subject: - markus@cvs.openbsd.org 2013/12/09 11:03:45 [blocks.c ed25519.c fe25519.c fe25519.h ge25519.c ge25519.h] [ge25519_base.data hash.c sc25519.c sc25519.h verify.c] Add Authors for the public domain ed25519/nacl code. see also http://nacl.cr.yp.to/features.html All of the NaCl software is in the public domain. and http://ed25519.cr.yp.to/software.html The Ed25519 software is in the public domain. --- fe25519.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'fe25519.c') diff --git a/fe25519.c b/fe25519.c index 3a9181bad..2f368ebe6 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<