php-src/ext/sodium
Nikita Popov 8c68745f43 Update ext/sodium parameter names
Closes GH-6279.
2020-10-13 10:41:35 +02:00
..
tests Update ext/sodium parameter names 2020-10-13 10:41:35 +02: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 Update ext/sodium parameter names 2020-10-13 10:41:35 +02:00
libsodium.c Promote a few remaining errors in ext/standard 2020-09-15 14:26:16 +02:00
libsodium.stub.php Update ext/sodium parameter names 2020-10-13 10:41:35 +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.