php-src/ext/sodium
Christoph M. Becker d03a94a0a6
Use proper types in sodium_crypto_stream_xchacha20_xor_ic()
Most importantly, `ic` needs to be of type `zend_long`, not `zend_long*`.

Closes GH-8302.
2022-04-05 16:34:12 +02:00
..
tests Add sodium_crypto_stream_xchacha20_xor_ic() 2022-04-04 15:43:42 +02: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 Regenerate optimized func infos 2022-04-05 13:36:14 +01:00
libsodium.c Use proper types in sodium_crypto_stream_xchacha20_xor_ic() 2022-04-05 16:34:12 +02:00
libsodium.stub.php Add sodium_crypto_stream_xchacha20_xor_ic() 2022-04-04 15:43:42 +02:00
php_libsodium.h Remove unnecessary PHP_FUNCTION() declarations (#7472) 2021-09-07 10:04:00 +02:00
README.md Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
sodium_pwhash.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02: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.