Make WordPress Core


Ignore:
Timestamp:
12/09/2019 04:44:58 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Upgrade/Install: Update sodium_compat to v1.12.1.

This includes a speedup for signature verification on most platforms and bugfixes for 32-bit platforms.

Props paragoninitiativeenterprises, lukaswaudentio.
Merges [46858] to the 5.3 branch.
Fixes #48371.

Location:
branches/5.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.3

  • branches/5.3/src/wp-includes/sodium_compat/src/Core32/Poly1305/State.php

    r44953 r46859  
    143143
    144144            $this->blocks(
    145                 static::intArrayToString($this->buffer),
     145                self::intArrayToString($this->buffer),
    146146                ParagonIE_Sodium_Core32_Poly1305::BLOCK_SIZE
    147147            );
     
    347347            $this->blocks(
    348348                self::substr(
    349                     static::intArrayToString($this->buffer),
     349                    self::intArrayToString($this->buffer),
    350350                    0,
    351351                    ParagonIE_Sodium_Core32_Poly1305::BLOCK_SIZE
Note: See TracChangeset for help on using the changeset viewer.