php-src/ext/sodium
Máté Kocsis bf0f6aaf18
Improve class entry generation
Related to GH-6701
2021-02-16 13:09:56 +01:00
..
tests Deprecate passing null to non-nullable arg of internal function 2021-02-11 21:46:13 +01:00
config.m4 Add -Wno-logical-op compiler flag to Sodium extension 2020-10-10 17:26:49 +01:00
config.w32 Remove some unused HAVE_* symbols 2019-07-21 11:34:18 +02:00
CREDITS
libsodium_arginfo.h Improve class entry generation 2021-02-16 13:09:56 +01:00
libsodium.c Generate class entries for snmp, soap, sockets, sodium, sqlite3, sysv*, tidy 2021-02-15 11:45:26 +01:00
libsodium.stub.php Generate class entries for snmp, soap, sockets, sodium, sqlite3, sysv*, tidy 2021-02-15 11:45:26 +01:00
php_libsodium.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
README.md Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
sodium_pwhash.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00

Build Status

libsodium-php

A simple, low-level PHP extension for libsodium.

Full documentation here: Using Libsodium in PHP Projects, a guide to using the libsodium PHP extension for modern, secure, and fast cryptography.