- Timestamp:
- 09/14/2022 12:11:11 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sodium_compat/src/Core32/Ed25519.php
r51002 r54150 3 3 if (class_exists('ParagonIE_Sodium_Core32_Ed25519', false)) { 4 4 return; 5 } 6 if (!class_exists('ParagonIE_Sodium_Core32_Curve25519')) { 7 require_once dirname(__FILE__) . '/Curve25519.php'; 5 8 } 6 9
Note: See TracChangeset
for help on using the changeset viewer.