php-src/ext/sodium
2020-01-02 10:56:18 +01:00
..
tests Fix wrong function name in SKIPIF 2019-09-27 23:01:48 +02:00
config.m4 Provide argon2i(d) password hashing from sodium when needed 2019-07-07 21:53:43 -04:00
config.w32 Remove some unused HAVE_* symbols 2019-07-21 11:34:18 +02:00
CREDITS
libsodium_arginfo.h Add union return types for function stubs 2019-11-11 14:54:55 +01:00
libsodium.c Use RETURN_THROWS() after zend_throw_exception() in most of the extensions 2020-01-02 10:56:18 +01:00
libsodium.stub.php Add union return types for function stubs 2019-11-11 14:54:55 +01: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.