php-src/ext/sodium
Peter Kokot 1b969a74d0 Remove some unused HAVE_* symbols
- HAVE_NET_SNMP removed via cab643f615
- HAVE_CRYPTO_AEAD_AES256GCM ad120c5ae9
- Remove HAVE_FREETDS and HAVE_LIBDNET_STUB (not used in current
  extension; copy paste from other removed extensions)

Closes GH-4448
2019-07-21 11:34:18 +02:00
..
tests Relax argon2 mem_cost down to 64k, bump time_cost to 4 2019-07-09 11:36:48 -04: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 Provide argon2i(d) password hashing from sodium when needed 2019-07-07 21:53:43 -04: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 Relax argon2 mem_cost down to 64k, bump time_cost to 4 2019-07-09 11:36:48 -04: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.