php-src/ext/sodium
Nikita Popov 124260c165 Merge branch 'PHP-7.4'
* PHP-7.4:
  Null terminate the sodium_crypto_kx_keypair() result
2020-08-14 15:52:31 +02:00
..
tests Reduce cost factors in sodium password_hash tests 2020-08-14 15:39:42 +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 Add a few missing types to stubs 2020-08-01 23:55:08 +02:00
libsodium.c Merge branch 'PHP-7.4' 2020-08-14 15:52:31 +02:00
libsodium.stub.php Add a few missing types to stubs 2020-08-01 23:55:08 +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.