php-src/ext/sodium
George Peter Banyard a2a6c7f227 Add -Wno-type-limits compiler flag to Sodium extension
This may happen on 32bits
2020-04-14 22:22:33 +02:00
..
tests Improve argument error messages in ext/sodium 2020-02-28 18:09:39 +01:00
config.m4 Add -Wno-type-limits compiler flag to Sodium extension 2020-04-14 22:22:33 +02:00
config.w32 Remove some unused HAVE_* symbols 2019-07-21 11:34:18 +02:00
CREDITS
libsodium_arginfo.h Store default parameter values of internal functions in arg info 2020-04-08 18:37:51 +02:00
libsodium.c Generate function entries for another batch of extensions 2020-04-05 21:15:30 +02:00
libsodium.stub.php Generate function entries for another batch of extensions 2020-04-05 21:15:30 +02: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 Promote warnings to exceptions in password_*() functions 2019-12-12 12:14:53 +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.