php-src/ext/sodium
Nikita Popov c9b9f525a9 Include stub hash in generated arginfo files
The hash is used to check whether the arginfo file needs to be
regenerated. PHP-Parser will only be downloaded if this is actually
necessary.

This ensures that release artifacts will never try to regenerate
stubs and thus fetch PHP-Parser, as long as you do not modify any
files.

Closes GH-5739.
2020-06-24 09:55:19 +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.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
libsodium_arginfo.h Include stub hash in generated arginfo files 2020-06-24 09:55:19 +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.