Changeset 51002 for trunk/src/wp-includes/sodium_compat/lib/php72compat.php
- Timestamp:
- 05/25/2021 01:54:12 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sodium_compat/lib/php72compat.php
r49056 r51002 95 95 'CRYPTO_STREAM_KEYBYTES', 96 96 'CRYPTO_STREAM_NONCEBYTES', 97 'CRYPTO_STREAM_XCHACHA20_KEYBYTES', 98 'CRYPTO_STREAM_XCHACHA20_NONCEBYTES', 97 99 'LIBRARY_MAJOR_VERSION', 98 100 'LIBRARY_MINOR_VERSION', … … 1217 1219 } 1218 1220 } 1221 require_once dirname(__FILE__) . '/stream-xchacha20.php'; 1219 1222 if (!is_callable('sodium_hex2bin')) { 1220 1223 /**
Note: See TracChangeset
for help on using the changeset viewer.