Skip to content

Commit d6d02df

Browse files
committed
ext/sodium: Add support for libsodium 1.0.21 APIs
Add support for new functions present in recent libsodium versions: - Functions for IP address encryption: - sodium_crypto_ipcrypt_* - sodium_bin2ip/sodium_ip2bin helpers - Extendable output functions: - SHAKE128/SHAKE256 - TurboSHAKE128/TurboSHAKE256
1 parent 084e409 commit d6d02df

File tree

4 files changed

+1266
-1
lines changed

4 files changed

+1266
-1
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ PHP NEWS
8787
. Added AF_UNSPEC support for sock_addrinfo_lookup() as a sole umbrella for
8888
AF_INET* family only. (David Carlier)
8989

90+
- Sodium:
91+
. Added support for libsodium 1.0.21 IPcrypt and XOF APIs. (jedisct1)
92+
9093
- SPL:
9194
. DirectoryIterator key can now work better with filesystem supporting larger
9295
directory indexing. (David Carlier)

0 commit comments

Comments
 (0)