diff options
Diffstat (limited to 'ed25519.c')
-rw-r--r-- | ed25519.c | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,10 @@ | |||
1 | /* $OpenBSD: ed25519.c,v 1.2 2013/12/07 00:26:37 djm Exp $ */ | 1 | /* $OpenBSD: ed25519.c,v 1.3 2013/12/09 11:03:45 markus Exp $ */ |
2 | 2 | ||
3 | /* Public Domain, from supercop-20130419/crypto_sign/ed25519/ref/ed25519.c */ | 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/ed25519.c | ||
7 | */ | ||
4 | 8 | ||
5 | #include "includes.h" | 9 | #include "includes.h" |
6 | #include "crypto_api.h" | 10 | #include "crypto_api.h" |