diff options
author | Damien Miller <djm@mindrot.org> | 2013-12-18 07:48:11 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-12-18 07:48:11 +0100 |
commit | 8a56dc2b6b48b05590810e7f4c3567508410000c (patch) | |
tree | 6d4dbc16418583f6058715619c49bfe28c46a225 /verify.c | |
parent | - dtucker@cvs.openbsd.org 2013/12/08 09:53:27 (diff) | |
download | openssh-8a56dc2b6b48b05590810e7f4c3567508410000c.tar.xz openssh-8a56dc2b6b48b05590810e7f4c3567508410000c.zip |
- 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 'verify.c')
-rw-r--r-- | verify.c | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,6 +1,9 @@ -/* $OpenBSD: verify.c,v 1.2 2013/12/07 00:26:37 djm Exp $ */ +/* $OpenBSD: verify.c,v 1.3 2013/12/09 11:03:45 markus Exp $ */ -/* Public Domain, from supercop-20130419/crypto_verify/32/ref/verify.c */ +/* + * Public Domain, Author: Daniel J. Bernstein + * Copied from nacl-20110221/crypto_verify/32/ref/verify.c + */ #include "crypto_api.h" |