php-src/ext/sodium
Frank Denis 401188cbf9 sodium ext: require libsodium >= 1.0.8
(but really, 1.0.9 should be the bare minimum)
2017-07-22 22:07:53 +02:00
..
tests sodium ext: implement sodium_crypto_kdf() 2017-07-18 14:42:15 +02:00
config.m4 sodium ext: require libsodium >= 1.0.8 2017-07-22 22:07:53 +02:00
config.w32 fix symbol availability and ws 2017-07-11 09:54:36 +02:00
CREDITS
libsodium.c sodium ext: define crypto_aead_chacha20poly1305_ietf_KEYBYTES if needed 2017-07-22 19:57:44 +02:00
libsodium.php
php_libsodium.h sodium ext: remove redundant and obsolete macros 2017-07-22 17:50:22 +02:00
README.md

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.