- Timestamp:
- 03/08/2016 05:14:52 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/random_compat/random_bytes_libsodium_legacy.php
r36220 r36886 49 49 ); 50 50 } 51 51 52 if ($bytes < 1) { 52 53 throw new Error( … … 54 55 ); 55 56 } 57 56 58 /** 57 59 * \Sodium\randombytes_buf() doesn't allow more than 2147483647 bytes to be
Note: See TracChangeset
for help on using the changeset viewer.