diff options
Diffstat (limited to 'ext/sodium/php_libsodium.h')
-rw-r--r-- | ext/sodium/php_libsodium.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/sodium/php_libsodium.h b/ext/sodium/php_libsodium.h index 93d92e3e03..6e6e3fbe2d 100644 --- a/ext/sodium/php_libsodium.h +++ b/ext/sodium/php_libsodium.h @@ -59,7 +59,12 @@ PHP_FUNCTION(sodium_crypto_generichash); PHP_FUNCTION(sodium_crypto_generichash_final); PHP_FUNCTION(sodium_crypto_generichash_init); PHP_FUNCTION(sodium_crypto_generichash_update); -PHP_FUNCTION(sodium_crypto_kx); +PHP_FUNCTION(sodium_crypto_kx_client_session_keys); +PHP_FUNCTION(sodium_crypto_kx_keypair); +PHP_FUNCTION(sodium_crypto_kx_publickey); +PHP_FUNCTION(sodium_crypto_kx_secretkey); +PHP_FUNCTION(sodium_crypto_kx_seed_keypair); +PHP_FUNCTION(sodium_crypto_kx_server_session_keys); PHP_FUNCTION(sodium_crypto_pwhash); PHP_FUNCTION(sodium_crypto_pwhash_str); PHP_FUNCTION(sodium_crypto_pwhash_str_verify); |