- Timestamp:
- 12/09/2019 04:44:58 PM (5 years ago)
- Location:
- branches/5.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3
-
branches/5.3/src/wp-includes/sodium_compat/src/Core32/X25519.php
r45344 r46859 152 152 $h[$i] = $h[$i]->toInt32(); 153 153 } 154 /** @var array<int, ParagonIE_Sodium_Core32_Int32> $h */ 155 return ParagonIE_Sodium_Core32_Curve25519_Fe::fromArray($h); 154 /** @var array<int, ParagonIE_Sodium_Core32_Int32> $h2 */ 155 $h2 = $h; 156 return ParagonIE_Sodium_Core32_Curve25519_Fe::fromArray($h2); 156 157 } 157 158
Note: See TracChangeset
for help on using the changeset viewer.