php-src/ext/sodium
KsaR 01b3fc03c3
Update http->https in license (#6945)
1. Update: http://www.php.net/license/3_01.txt to https, as there is anyway server header "Location:" to https.
2. Update few license 3.0 to 3.01 as 3.0 states "php 5.1.1, 4.1.1, and earlier".
3. In some license comments is "at through the world-wide-web" while most is without "at", so deleted.
4. fixed indentation in some files before |
2021-05-06 12:16:35 +02:00
..
tests Fix error messages for sodium_crypto_stream_xchacha20 2021-04-19 11:10:37 +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 Add crypto_stream_xchacha20 to ext/sodium (#6868) 2021-04-19 11:04:29 +02:00
libsodium.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
libsodium.stub.php Add crypto_stream_xchacha20 to ext/sodium (#6868) 2021-04-19 11:04:29 +02:00
php_libsodium.h Update http->https in license (#6945) 2021-05-06 12:16:35 +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.