php-src/ext/sodium
Nikita Popov 5885eecf23 Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3:
  Null terminate the sodium_crypto_kx_keypair() result
2020-08-14 15:52:15 +02:00
..
tests Add skipif for argon2id in test 2020-02-24 12:41:24 +01: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.c Merge branch 'PHP-7.3' into PHP-7.4 2020-08-14 15:52:15 +02:00
php_libsodium.h Provide argon2i(d) password hashing from sodium when needed 2019-07-07 21:53:43 -04:00
README.md Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
sodium_pwhash.c Fix #78516: password_hash(): Memory cost is not in allowed range 2019-09-16 14:58:39 +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.