Skip to content

Commit ee8fb8d

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 5f87a6e commit ee8fb8d

11 files changed

+1874
-1
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ PHP NEWS
104104
. Fixed GH-20532 (socket_addrinfo_lookup gives the error code with a new
105105
optional parameter). (David Carlier)
106106

107+
- Sodium:
108+
. Added support for libsodium 1.0.21 IPcrypt and XOF APIs. (jedisct1)
109+
107110
- SPL:
108111
. DirectoryIterator key can now work better with filesystem supporting larger
109112
directory indexing. (David Carlier)

0 commit comments

Comments
 (0)