Mercurial > hg > php_nacl
changeset 3:c0f3bf4aac47
Remove redundant header file
author | Ivo Smits <Ivo@UCIS.nl> |
---|---|
date | Mon, 28 Feb 2011 22:47:56 +0100 |
parents | 04384d01b1d7 |
children | 81aaf4ba1eaa |
files | nacl_crypto_box.h |
diffstat | 1 files changed, 0 insertions(+), 22 deletions(-) [+] |
line wrap: on
line diff
--- 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