- Timestamp:
- 01/08/2016 03:27:58 AM (9 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/random_compat/random_bytes_libsodium_legacy.php
r36182 r36220 64 64 ? 1073741824 65 65 : $bytes - $i; 66 $buf .= \Sodium\randombytes_buf($n);66 $buf .= Sodium::randombytes_buf($n); 67 67 } 68 68 } else { 69 $buf = \Sodium\randombytes_buf($bytes);69 $buf = Sodium::randombytes_buf($bytes); 70 70 } 71 71
Note: See TracChangeset
for help on using the changeset viewer.