php-src/ext/sodium
Máté Kocsis 10a2079b13
Remove extra space before return type
For consistency and searchability reasons
2021-10-18 14:28:46 +02:00
..
tests Comment out ristretto255 scalar invert test 2021-08-10 12:04:47 +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 Remove extra space before return type 2021-10-18 14:28:46 +02:00
libsodium.c Improve ristretto255 scalarmult exception messages 2021-08-10 11:19:29 +02:00
libsodium.stub.php Remove extra space before return type 2021-10-18 14:28:46 +02:00
php_libsodium.h Expose libsodium's Ristretto255 API (#6922) 2021-05-07 17:43:00 -05: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.