Mercurial > hg > php_nacl
comparison php_nacl.h @ 5:df71d49a6f98
Fixes to support crypto_sign_edwards25519sha512batch
author | Ivo Smits <Ivo@UCIS.nl> |
---|---|
date | Fri, 18 Mar 2011 17:41:40 +0100 |
parents | 81aaf4ba1eaa |
children | ded86f4d6275 |
comparison
equal
deleted
inserted
replaced
4:81aaf4ba1eaa | 5:df71d49a6f98 |
---|---|
13 PHP_FUNCTION(nacl_crypto_box_curve25519xsalsa20poly1305_open); | 13 PHP_FUNCTION(nacl_crypto_box_curve25519xsalsa20poly1305_open); |
14 PHP_FUNCTION(nacl_crypto_box_curve25519xsalsa20poly1305_getpublickey); | 14 PHP_FUNCTION(nacl_crypto_box_curve25519xsalsa20poly1305_getpublickey); |
15 PHP_FUNCTION(nacl_crypto_box_curve25519xsalsa20poly1305_beforenm); | 15 PHP_FUNCTION(nacl_crypto_box_curve25519xsalsa20poly1305_beforenm); |
16 PHP_FUNCTION(nacl_crypto_box_curve25519xsalsa20poly1305_afternm); | 16 PHP_FUNCTION(nacl_crypto_box_curve25519xsalsa20poly1305_afternm); |
17 PHP_FUNCTION(nacl_crypto_box_curve25519xsalsa20poly1305_open_afternm); | 17 PHP_FUNCTION(nacl_crypto_box_curve25519xsalsa20poly1305_open_afternm); |
18 PHP_FUNCTION(nacl_crypto_sign_edwards25519sha512batch) | 18 PHP_FUNCTION(nacl_crypto_sign_edwards25519sha512batch); |
19 PHP_FUNCTION(nacl_crypto_sign_edwards25519sha512batch_open) | 19 PHP_FUNCTION(nacl_crypto_sign_edwards25519sha512batch_open); |
20 | 20 |
21 extern zend_module_entry nacl_module_entry; | 21 extern zend_module_entry nacl_module_entry; |
22 #define phpext_module_ptr &nacl_module_entry | 22 #define phpext_module_ptr &nacl_module_entry |
23 | 23 |
24 #endif | 24 #endif |