Make WordPress Core


Ignore:
Timestamp:
05/17/2019 10:57:19 AM (6 years ago)
Author:
tellyworth
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.

Props paragoninitiativeenterprises.
See #47186.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/sodium_compat/src/Core/BLAKE2b.php

    r44953 r45344  
    257257                return;
    258258            }
     259            /** @psalm-suppress MixedOperand */
    259260            $u[$uIdx] >>= 8;
    260261        }
     
    643644     * @internal You should not use this directly from another application
    644645     *
    645      * @param SplFixedArray[SplFixedArray] $ctx
     646     * @param SplFixedArray $ctx
    646647     * @return string
    647648     * @throws TypeError
Note: See TracChangeset for help on using the changeset viewer.