- Timestamp:
- 03/24/2022 03:18:31 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php
r51591 r52988 49 49 } else { 50 50 for ($i = 0; $i < $count; ++$i) { 51 if (!($array[$i] instanceof ParagonIE_Sodium_Core32_Int32)) { 52 throw new TypeError('Expected ParagonIE_Sodium_Core32_Int32'); 53 } 51 54 $array[$i]->overflow = 0; 52 55 $obj->offsetSet($i, $array[$i]);
Note: See TracChangeset
for help on using the changeset viewer.