php-src/ext/sodium
2024-02-25 08:41:31 +01:00
..
tests [sodium] Add AEGIS-128L and AEGIS-256 (#12867) 2023-12-07 01:31:42 +01:00
config.m4 Sync headers installation 2024-01-28 19:50:55 +01:00
config.w32 Sync headers installation 2024-01-28 19:50:55 +01:00
CREDITS
libsodium_arginfo.h Implement "support doc comments for internal classes and functions" (#13266) 2024-02-25 08:41:31 +01:00
libsodium.c [sodium] Add AEGIS-128L and AEGIS-256 (#12867) 2023-12-07 01:31:42 +01:00
libsodium.stub.php [sodium] Add AEGIS-128L and AEGIS-256 (#12867) 2023-12-07 01:31:42 +01:00
php_libsodium.h Move PASSWORD constants to stubs (#13349) 2024-02-12 22:37:32 +01:00
README.md Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
sodium_pwhash_arginfo.h Do not generate frameless info items when func info generation is disabled 2024-02-18 11:39:00 +01:00
sodium_pwhash.c Move PASSWORD constants to stubs (#13349) 2024-02-12 22:37:32 +01:00
sodium_pwhash.stub.php Move PASSWORD constants to stubs (#13349) 2024-02-12 22:37:32 +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.