summaryrefslogtreecommitdiff
path: root/fe25519.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-12-18 17:48:11 +1100
committerDamien Miller <djm@mindrot.org>2013-12-18 17:48:11 +1100
commit8a56dc2b6b48b05590810e7f4c3567508410000c (patch)
tree6d4dbc16418583f6058715619c49bfe28c46a225 /fe25519.h
parent6575c3acf31fca117352f31f37b16ae46e664837 (diff)
- 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.
Diffstat (limited to 'fe25519.h')
-rw-r--r--fe25519.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/fe25519.h b/fe25519.h
index 9d9a114b4..41b3cbb49 100644
--- a/fe25519.h
+++ b/fe25519.h
@@ -1,6 +1,10 @@
1/* $OpenBSD: fe25519.h,v 1.2 2013/12/07 00:26:37 djm Exp $ */ 1/* $OpenBSD: fe25519.h,v 1.3 2013/12/09 11:03:45 markus Exp $ */
2 2
3/* Public Domain, from supercop-20130419/crypto_sign/ed25519/ref/fe25519.h */ 3/*
4 * Public Domain, Authors: Daniel J. Bernstein, Niels Duif, Tanja Lange,
5 * Peter Schwabe, Bo-Yin Yang.
6 * Copied from supercop-20130419/crypto_sign/ed25519/ref/fe25519.h
7 */
4 8
5#ifndef FE25519_H 9#ifndef FE25519_H
6#define FE25519_H 10#define FE25519_H