summaryrefslogtreecommitdiff
path: root/verify.c
diff options
context:
space:
mode:
Diffstat (limited to 'verify.c')
-rw-r--r--verify.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/verify.c b/verify.c
index c26824146..0a328090c 100644
--- a/verify.c
+++ b/verify.c
@@ -1,6 +1,9 @@
1/* $OpenBSD: verify.c,v 1.2 2013/12/07 00:26:37 djm Exp $ */ 1/* $OpenBSD: verify.c,v 1.3 2013/12/09 11:03:45 markus Exp $ */
2 2
3/* Public Domain, from supercop-20130419/crypto_verify/32/ref/verify.c */ 3/*
4 * Public Domain, Author: Daniel J. Bernstein
5 * Copied from nacl-20110221/crypto_verify/32/ref/verify.c
6 */
4 7
5#include "crypto_api.h" 8#include "crypto_api.h"
6 9