| Package Information |
| Summary |
Wrapper for the Sodium cryptographic library |
| Maintainers |
Frank Denis (lead)
[details]
|
| License |
BSD 2-Clause License |
| Description |
A simple, low-level PHP extension for libsodium. |
| Homepage |
https://github.com/jedisct1/libsodium-php
|
Release notes
Version 1.0.0
(stable)
|
- The extension can now be statically compiled. - crypto_sign_publickey_from_secretkey(), and crypto_auth() have been added. - The extension and its API are now marked stable. |