rename crypto_onetimeauth local defines.

This commit is contained in:
Frank Denis
2013-04-21 17:32:05 -07:00
parent fc98102f2a
commit 54d96dd417
7 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -54,11 +54,11 @@ libsodium_la_SOURCES = \
crypto_stream/xsalsa20/ref/xor_xsalsa20.c \
crypto_onetimeauth/poly1305/onetimeauth_poly1305.c \
crypto_onetimeauth/poly1305/onetimeauth_poly1305_try.c \
crypto_onetimeauth/poly1305/53/api.h \
crypto_onetimeauth/poly1305/53/auth_poly1305_53.c \
crypto_onetimeauth/poly1305/53/crypto_onetimeauth.h \
crypto_onetimeauth/poly1305/53/verify_poly1305_53.c \
crypto_onetimeauth/poly1305/ref/api.h \
crypto_onetimeauth/poly1305/ref/auth_poly1305_ref.c \
crypto_onetimeauth/poly1305/ref/crypto_onetimeauth.h \
crypto_onetimeauth/poly1305/ref/verify_poly1305_ref.c \
crypto_sign/edwards25519sha512batch/ref/crypto_sign.h \
crypto_sign/edwards25519sha512batch/ref/fe25519.h \
@@ -8,7 +8,7 @@ Public domain.
#include <stdint.h>
#include <stdlib.h>
#include "crypto_onetimeauth.h"
#include "api.h"
#include "crypto_onetimeauth_poly1305_53.h"
#pragma STDC FENV_ACCESS ON
@@ -1,5 +1,5 @@
#include "api.h"
#include "crypto_verify_16.h"
#include "crypto_onetimeauth.h"
int crypto_onetimeauth_verify(const unsigned char *h,const unsigned char *in,unsigned long long inlen,const unsigned char *k)
{
@@ -4,7 +4,7 @@ D. J. Bernstein
Public domain.
*/
#include "crypto_onetimeauth.h"
#include "api.h"
#include "crypto_onetimeauth_poly1305_ref.h"
static void add(unsigned int h[17],const unsigned int c[17])
@@ -1,5 +1,5 @@
#include "api.h"
#include "crypto_verify_16.h"
#include "crypto_onetimeauth.h"
int crypto_onetimeauth_verify(const unsigned char *h,const unsigned char *in,unsigned long long inlen,const unsigned char *k)
{