comparison php_nacl.h @ 4:81aaf4ba1eaa

Added partial untested support for sign_edwards25519sha512batch, replaced some whitespaces with tabs
author Ivo Smits <Ivo@UCIS.nl>
date Fri, 18 Mar 2011 16:58:48 +0100
parents 96c976fb3c3d
children df71d49a6f98
comparison
equal deleted inserted replaced
3:c0f3bf4aac47 4:81aaf4ba1eaa
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)
19 PHP_FUNCTION(nacl_crypto_sign_edwards25519sha512batch_open)
18 20
19 extern zend_module_entry nacl_module_entry; 21 extern zend_module_entry nacl_module_entry;
20 #define phpext_module_ptr &nacl_module_entry 22 #define phpext_module_ptr &nacl_module_entry
21 23
22 #endif 24 #endif