- Timestamp:
- 06/16/2021 05:28:49 PM (4 years ago)
- Location:
- branches/5.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.7
-
branches/5.7/src/wp-includes/sodium_compat/lib/php72compat.php
r49056 r51171 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.