- Timestamp:
- 12/09/2019 04:40:11 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sodium_compat/src/Core32/Ed25519.php
r46586 r46858 279 279 throw new SodiumException('Signature is too short'); 280 280 } 281 if ( self::check_S_lt_L(self::substr($sig, 32, 32))) {281 if ((self::chrToInt($sig[63]) & 240) && self::check_S_lt_L(self::substr($sig, 32, 32))) { 282 282 throw new SodiumException('S < L - Invalid signature'); 283 283 }
Note: See TracChangeset
for help on using the changeset viewer.