# HG changeset patch # User Ivo Smits # Date 1298929676 -3600 # Node ID c0f3bf4aac47756774caffda759cfaf592eaa7b9 # Parent 04384d01b1d71637af7793692bd59dfd649c5057 Remove redundant header file diff -r 04384d01b1d7 -r c0f3bf4aac47 nacl_crypto_box.h --- a/nacl_crypto_box.h Mon Feb 28 22:47:10 2011 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -#ifndef nacl_crypto_box_H -#define nacl_crypto_box_H - -#define crypto_box_curve25519xsalsa20poly1305_PUBLICKEYBYTES 32 -#define crypto_box_curve25519xsalsa20poly1305_SECRETKEYBYTES 32 -#define crypto_box_curve25519xsalsa20poly1305_BEFORENMBYTES 32 -#define crypto_box_curve25519xsalsa20poly1305_NONCEBYTES 24 -#define crypto_box_curve25519xsalsa20poly1305_ZEROBYTES 32 -#define crypto_box_curve25519xsalsa20poly1305_BOXZEROBYTES 16 -extern int crypto_box_curve25519xsalsa20poly1305(unsigned char *,const unsigned char *,unsigned long long,const unsigned char *,const unsigned char *,const unsigned char *); -extern int crypto_box_curve25519xsalsa20poly1305_open(unsigned char *,const unsigned char *,unsigned long long,const unsigned char *,const unsigned char *,const unsigned char *); -extern int crypto_box_curve25519xsalsa20poly1305_keypair(unsigned char *,unsigned char *); -extern int crypto_box_curve25519xsalsa20poly1305_beforenm(unsigned char *,const unsigned char *,const unsigned char *); -extern int crypto_box_curve25519xsalsa20poly1305_afternm(unsigned char *,const unsigned char *,unsigned long long,const unsigned char *,const unsigned char *); -extern int crypto_box_curve25519xsalsa20poly1305_open_afternm(unsigned char *,const unsigned char *,unsigned long long,const unsigned char *,const unsigned char *); - -#define crypto_scalarmult_curve25519_BYTES 32 -#define crypto_scalarmult_curve25519_SCALARBYTES 32 -extern int crypto_scalarmult_curve25519(unsigned char *,const unsigned char *,const unsigned char *); -extern int crypto_scalarmult_curve25519_base(unsigned char *,const unsigned char *); - -#endif