We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dcb467 commit aae237aCopy full SHA for aae237a
ext/sodium/php_libsodium.h
@@ -26,6 +26,8 @@ extern zend_module_entry sodium_module_entry;
26
# include "TSRM.h"
27
#endif
28
29
+#include <sodium.h>
30
+
31
#define SODIUM_LIBRARY_VERSION() (char *) (void *) sodium_version_string()
32
33
#define SODIUM_CRYPTO_BOX_KEYPAIRBYTES() crypto_box_SECRETKEYBYTES + crypto_box_PUBLICKEYBYTES
0 commit comments