Make WordPress Core


Ignore:
Timestamp:
05/17/2019 05:19:21 PM (6 years ago)
Author:
desrosj
Message:

Upgrade/Install: Update sodium_compat to v1.10.0.

This adds a runtime_speed_test() method for estimating if the 32-bit implementation is fast enough for expensive computations.

Merges [45344] to the 5.2 branch.

Props paragoninitiativeenterprises, tellyworth.
See #47186.

Location:
branches/5.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2

  • branches/5.2/src/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php

    r44953 r45355  
    8484     * @internal You should not use this directly from another application
    8585     *
    86      * @param mixed $offset
     86     * @param int $offset
    8787     * @return bool
    88      * @psalm-suppress MixedArrayOffset
    8988     */
    9089    public function offsetExists($offset)
     
    9695     * @internal You should not use this directly from another application
    9796     *
    98      * @param mixed $offset
     97     * @param int $offset
    9998     * @return void
    10099     * @psalm-suppress MixedArrayOffset
     
    108107     * @internal You should not use this directly from another application
    109108     *
    110      * @param mixed $offset
     109     * @param int $offset
    111110     * @return mixed|null
    112111     * @psalm-suppress MixedArrayOffset
Note: See TracChangeset for help on using the changeset viewer.