Plugin Directory

Changeset 2882747


Ignore:
Timestamp:
03/18/2023 11:10:16 PM (3 years ago)
Author:
davisshaver
Message:

Update to version 0.3.4 from GitHub

Location:
rainbowkit-login-web3-integration-for-sign-in-with-ethereum
Files:
40 edited
1 copied

Legend:

Unmodified
Added
Removed
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/tags/0.3.4/readme.txt

    r2856385 r2882747  
    22Contributors: davisshaver
    33Tags: WordPress, web3, SIWE, Ethereum, RainbowKit, Sign-In With Ethereum
    4 Tested up to: 6.1
     4Tested up to: 6.2
    55Requires at least: 5.9
    66Requires PHP: 7.0
    7 Stable tag: 0.3.3
     7Stable tag: 0.3.4
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6666
    6767== Changelog ==
     68
     69= 0.3.4 =
     70* Use patched version of web3 library to fix BigNumber issue
    6871
    6972= 0.3.3 =
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/tags/0.3.4/vendor/autoload.php

    r2856385 r2882747  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInit9c5994e05eae724619b5b2f6ec91bd7d::getLoader();
     25return ComposerAutoloaderInit0a1ff236068128beb889d84970ce8b73::getLoader();
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/tags/0.3.4/vendor/composer/ClassLoader.php

    r2852940 r2882747  
    430430    {
    431431        if ($file = $this->findFile($class)) {
    432             (self::$includeFile)($file);
     432            $includeFile = self::$includeFile;
     433            $includeFile($file);
    433434
    434435            return true;
     
    561562    }
    562563
    563     private static function initializeIncludeClosure(): void
     564    /**
     565     * @return void
     566     */
     567    private static function initializeIncludeClosure()
    564568    {
    565569        if (self::$includeFile !== null) {
     
    575579         * @return void
    576580         */
    577         self::$includeFile = static function($file) {
     581        self::$includeFile = \Closure::bind(static function($file) {
    578582            include $file;
    579         };
     583        }, null, null);
    580584    }
    581585}
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/tags/0.3.4/vendor/composer/autoload_real.php

    r2856385 r2882747  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit9c5994e05eae724619b5b2f6ec91bd7d
     5class ComposerAutoloaderInit0a1ff236068128beb889d84970ce8b73
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit9c5994e05eae724619b5b2f6ec91bd7d', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit0a1ff236068128beb889d84970ce8b73', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit9c5994e05eae724619b5b2f6ec91bd7d', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit0a1ff236068128beb889d84970ce8b73', 'loadClassLoader'));
    3030
    3131        require __DIR__ . '/autoload_static.php';
    32         call_user_func(\Composer\Autoload\ComposerStaticInit9c5994e05eae724619b5b2f6ec91bd7d::getInitializer($loader));
     32        call_user_func(\Composer\Autoload\ComposerStaticInit0a1ff236068128beb889d84970ce8b73::getInitializer($loader));
    3333
    3434        $loader->register(true);
    3535
    36         $filesToLoad = \Composer\Autoload\ComposerStaticInit9c5994e05eae724619b5b2f6ec91bd7d::$files;
    37         $requireFile = static function ($fileIdentifier, $file) {
     36        $filesToLoad = \Composer\Autoload\ComposerStaticInit0a1ff236068128beb889d84970ce8b73::$files;
     37        $requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
    3838            if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
    3939                $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
     
    4141                require $file;
    4242            }
    43         };
     43        }, null, null);
    4444        foreach ($filesToLoad as $fileIdentifier => $file) {
    45             ($requireFile)($fileIdentifier, $file);
     45            $requireFile($fileIdentifier, $file);
    4646        }
    4747
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/tags/0.3.4/vendor/composer/autoload_static.php

    r2856385 r2882747  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit9c5994e05eae724619b5b2f6ec91bd7d
     7class ComposerStaticInit0a1ff236068128beb889d84970ce8b73
    88{
    99    public static $files = array (
     
    381381    {
    382382        return \Closure::bind(function () use ($loader) {
    383             $loader->prefixLengthsPsr4 = ComposerStaticInit9c5994e05eae724619b5b2f6ec91bd7d::$prefixLengthsPsr4;
    384             $loader->prefixDirsPsr4 = ComposerStaticInit9c5994e05eae724619b5b2f6ec91bd7d::$prefixDirsPsr4;
    385             $loader->classMap = ComposerStaticInit9c5994e05eae724619b5b2f6ec91bd7d::$classMap;
     383            $loader->prefixLengthsPsr4 = ComposerStaticInit0a1ff236068128beb889d84970ce8b73::$prefixLengthsPsr4;
     384            $loader->prefixDirsPsr4 = ComposerStaticInit0a1ff236068128beb889d84970ce8b73::$prefixDirsPsr4;
     385            $loader->classMap = ComposerStaticInit0a1ff236068128beb889d84970ce8b73::$classMap;
    386386
    387387        }, null, ClassLoader::class);
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/tags/0.3.4/vendor/composer/installed.json

    r2839828 r2882747  
    221221        {
    222222            "name": "guzzlehttp/psr7",
    223             "version": "2.4.3",
    224             "version_normalized": "2.4.3.0",
     223            "version": "2.4.4",
     224            "version_normalized": "2.4.4.0",
    225225            "source": {
    226226                "type": "git",
    227227                "url": "https://github.com/guzzle/psr7.git",
    228                 "reference": "67c26b443f348a51926030c83481b85718457d3d"
    229             },
    230             "dist": {
    231                 "type": "zip",
    232                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d",
    233                 "reference": "67c26b443f348a51926030c83481b85718457d3d",
     228                "reference": "3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf"
     229            },
     230            "dist": {
     231                "type": "zip",
     232                "url": "https://api.github.com/repos/guzzle/psr7/zipball/3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf",
     233                "reference": "3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf",
    234234                "shasum": ""
    235235            },
     
    252252                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
    253253            },
    254             "time": "2022-10-26T14:07:24+00:00",
     254            "time": "2023-03-09T13:19:02+00:00",
    255255            "type": "library",
    256256            "extra": {
     
    323323            "support": {
    324324                "issues": "https://github.com/guzzle/psr7/issues",
    325                 "source": "https://github.com/guzzle/psr7/tree/2.4.3"
     325                "source": "https://github.com/guzzle/psr7/tree/2.4.4"
    326326            },
    327327            "funding": [
     
    395395        {
    396396            "name": "phpseclib/phpseclib",
    397             "version": "2.0.41",
    398             "version_normalized": "2.0.41.0",
     397            "version": "2.0.42",
     398            "version_normalized": "2.0.42.0",
    399399            "source": {
    400400                "type": "git",
    401401                "url": "https://github.com/phpseclib/phpseclib.git",
    402                 "reference": "7e763c6f97ec1fcb37c46aa8ecfc20a2c71d9c1b"
    403             },
    404             "dist": {
    405                 "type": "zip",
    406                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/7e763c6f97ec1fcb37c46aa8ecfc20a2c71d9c1b",
    407                 "reference": "7e763c6f97ec1fcb37c46aa8ecfc20a2c71d9c1b",
     402                "reference": "665d289f59e646a259ebf13f29be7f6f54cab24b"
     403            },
     404            "dist": {
     405                "type": "zip",
     406                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/665d289f59e646a259ebf13f29be7f6f54cab24b",
     407                "reference": "665d289f59e646a259ebf13f29be7f6f54cab24b",
    408408                "shasum": ""
    409409            },
     
    423423                "ext-xml": "Install the XML extension to load XML formatted public keys."
    424424            },
    425             "time": "2022-12-23T16:44:18+00:00",
     425            "time": "2023-03-06T12:45:53+00:00",
    426426            "type": "library",
    427427            "installation-source": "dist",
     
    488488            "support": {
    489489                "issues": "https://github.com/phpseclib/phpseclib/issues",
    490                 "source": "https://github.com/phpseclib/phpseclib/tree/2.0.41"
     490                "source": "https://github.com/phpseclib/phpseclib/tree/2.0.42"
    491491            },
    492492            "funding": [
     
    10361036        {
    10371037            "name": "web3p/web3.php",
    1038             "version": "0.1.6",
    1039             "version_normalized": "0.1.6.0",
    1040             "source": {
    1041                 "type": "git",
    1042                 "url": "https://github.com/web3p/web3.php.git",
    1043                 "reference": "2eafffbbe50b79b819088c6a72baf3780d672e11"
    1044             },
    1045             "dist": {
    1046                 "type": "zip",
    1047                 "url": "https://api.github.com/repos/web3p/web3.php/zipball/2eafffbbe50b79b819088c6a72baf3780d672e11",
    1048                 "reference": "2eafffbbe50b79b819088c6a72baf3780d672e11",
     1038            "version": "dev-master",
     1039            "version_normalized": "dev-master",
     1040            "source": {
     1041                "type": "git",
     1042                "url": "https://github.com/davisshaver/web3.php.git",
     1043                "reference": "6ba5dff088920d3e4eac6ee93764362870384bbd"
     1044            },
     1045            "dist": {
     1046                "type": "zip",
     1047                "url": "https://api.github.com/repos/davisshaver/web3.php/zipball/6ba5dff088920d3e4eac6ee93764362870384bbd",
     1048                "reference": "6ba5dff088920d3e4eac6ee93764362870384bbd",
    10491049                "shasum": ""
    10501050            },
     
    10591059                "phpunit/phpunit": "~8.0|~9.0"
    10601060            },
    1061             "time": "2022-03-07T03:26:51+00:00",
     1061            "time": "2023-02-27T15:46:35+00:00",
     1062            "default-branch": true,
    10621063            "type": "library",
    10631064            "installation-source": "dist",
     
    10671068                }
    10681069            },
    1069             "notification-url": "https://packagist.org/downloads/",
     1070            "autoload-dev": {
     1071                "psr-4": {
     1072                    "Test\\": "test/"
     1073                }
     1074            },
    10701075            "license": [
    10711076                "MIT"
     
    10791084            "description": "Ethereum web3 interface.",
    10801085            "support": {
    1081                 "issues": "https://github.com/web3p/web3.php/issues",
    1082                 "source": "https://github.com/web3p/web3.php/tree/0.1.6"
     1086                "source": "https://github.com/davisshaver/web3.php/tree/master"
    10831087            },
    10841088            "install-path": "../web3p/web3.php"
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/tags/0.3.4/vendor/composer/installed.php

    r2856385 r2882747  
    22    'root' => array(
    33        'name' => 'wp-rainbow/wp-rainbow',
    4         'pretty_version' => 'v0.3.3',
    5         'version' => '0.3.3.0',
    6         'reference' => '50bcb3e957fd4eaeec402834405b2f2de065d4d3',
     4        'pretty_version' => 'v0.3.4',
     5        'version' => '0.3.4.0',
     6        'reference' => '05aa2fe26a27f273131ff42862c63f1b16b4de89',
    77        'type' => 'project',
    88        'install_path' => __DIR__ . '/../../',
     
    3030        ),
    3131        'guzzlehttp/psr7' => array(
    32             'pretty_version' => '2.4.3',
    33             'version' => '2.4.3.0',
    34             'reference' => '67c26b443f348a51926030c83481b85718457d3d',
     32            'pretty_version' => '2.4.4',
     33            'version' => '2.4.4.0',
     34            'reference' => '3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf',
    3535            'type' => 'library',
    3636            'install_path' => __DIR__ . '/../guzzlehttp/psr7',
     
    4848        ),
    4949        'phpseclib/phpseclib' => array(
    50             'pretty_version' => '2.0.41',
    51             'version' => '2.0.41.0',
    52             'reference' => '7e763c6f97ec1fcb37c46aa8ecfc20a2c71d9c1b',
     50            'pretty_version' => '2.0.42',
     51            'version' => '2.0.42.0',
     52            'reference' => '665d289f59e646a259ebf13f29be7f6f54cab24b',
    5353            'type' => 'library',
    5454            'install_path' => __DIR__ . '/../phpseclib/phpseclib',
     
    156156        ),
    157157        'web3p/web3.php' => array(
    158             'pretty_version' => '0.1.6',
    159             'version' => '0.1.6.0',
    160             'reference' => '2eafffbbe50b79b819088c6a72baf3780d672e11',
     158            'pretty_version' => 'dev-master',
     159            'version' => 'dev-master',
     160            'reference' => '6ba5dff088920d3e4eac6ee93764362870384bbd',
    161161            'type' => 'library',
    162162            'install_path' => __DIR__ . '/../web3p/web3.php',
    163             'aliases' => array(),
     163            'aliases' => array(
     164                0 => '9999999-dev',
     165            ),
    164166            'dev_requirement' => false,
    165167        ),
    166168        'wp-rainbow/wp-rainbow' => array(
    167             'pretty_version' => 'v0.3.3',
    168             'version' => '0.3.3.0',
    169             'reference' => '50bcb3e957fd4eaeec402834405b2f2de065d4d3',
     169            'pretty_version' => 'v0.3.4',
     170            'version' => '0.3.4.0',
     171            'reference' => '05aa2fe26a27f273131ff42862c63f1b16b4de89',
    170172            'type' => 'project',
    171173            'install_path' => __DIR__ . '/../../',
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/tags/0.3.4/vendor/guzzlehttp/psr7/CHANGELOG.md

    r2839828 r2882747  
    77
    88## Unreleased
     9
     10## 2.4.4 - 2023-03-09
     11
     12### Changed
     13
     14- Removed the need for `AllowDynamicProperties` in `LazyOpenStream`
    915
    1016## 2.4.3 - 2022-10-26
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/tags/0.3.4/vendor/guzzlehttp/psr7/README.md

    r2839828 r2882747  
    88![Static analysis](https://github.com/guzzle/psr7/workflows/Static%20analysis/badge.svg)
    99
     10
     11# Installation
     12
     13```shell
     14composer require guzzlehttp/psr7
     15```
    1016
    1117# Stream implementation
     
    245251
    246252    private $callback;
     253
     254    private $stream;
    247255
    248256    public function __construct(StreamInterface $stream, callable $cb)
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/tags/0.3.4/vendor/guzzlehttp/psr7/src/LazyOpenStream.php

    r2807981 r2882747  
    1111 * take place on the stream.
    1212 */
    13 #[\AllowDynamicProperties]
    1413final class LazyOpenStream implements StreamInterface
    1514{
     
    2322
    2423    /**
     24     * @var StreamInterface
     25     */
     26    private $stream;
     27
     28    /**
    2529     * @param string $filename File to lazily open
    2630     * @param string $mode     fopen mode to use when opening the stream
     
    3034        $this->filename = $filename;
    3135        $this->mode = $mode;
     36
     37        // unsetting the property forces the first access to go through
     38        // __get().
     39        unset($this->stream);
    3240    }
    3341
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/tags/0.3.4/vendor/phpseclib/phpseclib/BACKERS.md

    r2807981 r2882747  
    1313- [Rachel Fish](https://github.com/itsrachelfish)
    1414- Tharyrok
     15- [cjhaas](https://github.com/cjhaas)
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/tags/0.3.4/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php

    r2839828 r2882747  
    446446            // "Moved all variations of the EVP ciphers CAST5, BF, IDEA, SEED, RC2, RC4, RC5, and DES to the legacy provider"
    447447            // in theory openssl_get_cipher_methods() should catch this but, on GitHub Actions, at least, it does not
    448             if (version_compare(preg_replace('#OpenSSL (\d+\.\d+\.\d+) .*#', '$1', OPENSSL_VERSION_TEXT), '3.0.1', '>=')) {
     448            if (defined('OPENSSL_VERSION_TEXT') && version_compare(preg_replace('#OpenSSL (\d+\.\d+\.\d+) .*#', '$1', OPENSSL_VERSION_TEXT), '3.0.1', '>=')) {
    449449                return false;
    450450            }
     
    763763        $r = $in[2];
    764764
    765         list($r, $l) = CRYPT_BASE_USE_REG_INTVAL ?
     765        list($r, $l) = PHP_INT_SIZE === 8 ?
    766766            $this->_encryptBlockHelperFast($l, $r, $sb_0, $sb_1, $sb_2, $sb_3, $p) :
    767767            $this->_encryptBlockHelperSlow($l, $r, $sb_0, $sb_1, $sb_2, $sb_3, $p);
     
    821821    function _encryptBlockHelperSlow($x0, $x1, $sbox0, $sbox1, $sbox2, $sbox3, $p)
    822822    {
     823        // -16777216 == intval(0xFF000000) on 32-bit PHP installs
    823824        $x0^= $p[0];
    824         $x1^= $this->safe_intval(($this->safe_intval($sbox0[($x0 & 0xFF000000) >> 24] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[1];
    825         $x0^= $this->safe_intval(($this->safe_intval($sbox0[($x1 & 0xFF000000) >> 24] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[2];
    826         $x1^= $this->safe_intval(($this->safe_intval($sbox0[($x0 & 0xFF000000) >> 24] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[3];
    827         $x0^= $this->safe_intval(($this->safe_intval($sbox0[($x1 & 0xFF000000) >> 24] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[4];
    828         $x1^= $this->safe_intval(($this->safe_intval($sbox0[($x0 & 0xFF000000) >> 24] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[5];
    829         $x0^= $this->safe_intval(($this->safe_intval($sbox0[($x1 & 0xFF000000) >> 24] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[6];
    830         $x1^= $this->safe_intval(($this->safe_intval($sbox0[($x0 & 0xFF000000) >> 24] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[7];
    831         $x0^= $this->safe_intval(($this->safe_intval($sbox0[($x1 & 0xFF000000) >> 24] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[8];
    832         $x1^= $this->safe_intval(($this->safe_intval($sbox0[($x0 & 0xFF000000) >> 24] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[9];
    833         $x0^= $this->safe_intval(($this->safe_intval($sbox0[($x1 & 0xFF000000) >> 24] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[10];
    834         $x1^= $this->safe_intval(($this->safe_intval($sbox0[($x0 & 0xFF000000) >> 24] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[11];
    835         $x0^= $this->safe_intval(($this->safe_intval($sbox0[($x1 & 0xFF000000) >> 24] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[12];
    836         $x1^= $this->safe_intval(($this->safe_intval($sbox0[($x0 & 0xFF000000) >> 24] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[13];
    837         $x0^= $this->safe_intval(($this->safe_intval($sbox0[($x1 & 0xFF000000) >> 24] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[14];
    838         $x1^= $this->safe_intval(($this->safe_intval($sbox0[($x0 & 0xFF000000) >> 24] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[15];
    839         $x0^= $this->safe_intval(($this->safe_intval($sbox0[($x1 & 0xFF000000) >> 24] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[16];
    840 
    841         return array($x1 & 0xFFFFFFFF ^ $p[17], $x0 & 0xFFFFFFFF);
     825        $x1^= $this->safe_intval(($this->safe_intval($sbox0[(($x0 & -16777216) >> 24) & 0xFF] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[1];
     826        $x0^= $this->safe_intval(($this->safe_intval($sbox0[(($x1 & -16777216) >> 24) & 0xFF] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[2];
     827        $x1^= $this->safe_intval(($this->safe_intval($sbox0[(($x0 & -16777216) >> 24) & 0xFF] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[3];
     828        $x0^= $this->safe_intval(($this->safe_intval($sbox0[(($x1 & -16777216) >> 24) & 0xFF] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[4];
     829        $x1^= $this->safe_intval(($this->safe_intval($sbox0[(($x0 & -16777216) >> 24) & 0xFF] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[5];
     830        $x0^= $this->safe_intval(($this->safe_intval($sbox0[(($x1 & -16777216) >> 24) & 0xFF] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[6];
     831        $x1^= $this->safe_intval(($this->safe_intval($sbox0[(($x0 & -16777216) >> 24) & 0xFF] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[7];
     832        $x0^= $this->safe_intval(($this->safe_intval($sbox0[(($x1 & -16777216) >> 24) & 0xFF] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[8];
     833        $x1^= $this->safe_intval(($this->safe_intval($sbox0[(($x0 & -16777216) >> 24) & 0xFF] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[9];
     834        $x0^= $this->safe_intval(($this->safe_intval($sbox0[(($x1 & -16777216) >> 24) & 0xFF] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[10];
     835        $x1^= $this->safe_intval(($this->safe_intval($sbox0[(($x0 & -16777216) >> 24) & 0xFF] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[11];
     836        $x0^= $this->safe_intval(($this->safe_intval($sbox0[(($x1 & -16777216) >> 24) & 0xFF] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[12];
     837        $x1^= $this->safe_intval(($this->safe_intval($sbox0[(($x0 & -16777216) >> 24) & 0xFF] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[13];
     838        $x0^= $this->safe_intval(($this->safe_intval($sbox0[(($x1 & -16777216) >> 24) & 0xFF] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[14];
     839        $x1^= $this->safe_intval(($this->safe_intval($sbox0[(($x0 & -16777216) >> 24) & 0xFF] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[15];
     840        $x0^= $this->safe_intval(($this->safe_intval($sbox0[(($x1 & -16777216) >> 24) & 0xFF] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[16];
     841
     842        return array($x1 ^ $p[17], $x0);
    842843    }
    843844
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/tags/0.3.4/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php

    r2839828 r2882747  
    596596                // "Moved all variations of the EVP ciphers CAST5, BF, IDEA, SEED, RC2, RC4, RC5, and DES to the legacy provider"
    597597                // in theory openssl_get_cipher_methods() should catch this but, on GitHub Actions, at least, it does not
    598                 if (version_compare(preg_replace('#OpenSSL (\d+\.\d+\.\d+) .*#', '$1', OPENSSL_VERSION_TEXT), '3.0.1', '>=')) {
     598                if (defined('OPENSSL_VERSION_TEXT') && version_compare(preg_replace('#OpenSSL (\d+\.\d+\.\d+) .*#', '$1', OPENSSL_VERSION_TEXT), '3.0.1', '>=')) {
    599599                    return false;
    600600                }
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/tags/0.3.4/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php

    r2839828 r2882747  
    277277                // "Moved all variations of the EVP ciphers CAST5, BF, IDEA, SEED, RC2, RC4, RC5, and DES to the legacy provider"
    278278                // in theory openssl_get_cipher_methods() should catch this but, on GitHub Actions, at least, it does not
    279                 if (version_compare(preg_replace('#OpenSSL (\d+\.\d+\.\d+) .*#', '$1', OPENSSL_VERSION_TEXT), '3.0.1', '>=')) {
     279                if (defined('OPENSSL_VERSION_TEXT') && version_compare(preg_replace('#OpenSSL (\d+\.\d+\.\d+) .*#', '$1', OPENSSL_VERSION_TEXT), '3.0.1', '>=')) {
    280280                    return false;
    281281                }
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/tags/0.3.4/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php

    r2839828 r2882747  
    149149            // "Moved all variations of the EVP ciphers CAST5, BF, IDEA, SEED, RC2, RC4, RC5, and DES to the legacy provider"
    150150            // in theory openssl_get_cipher_methods() should catch this but, on GitHub Actions, at least, it does not
    151             if (version_compare(preg_replace('#OpenSSL (\d+\.\d+\.\d+) .*#', '$1', OPENSSL_VERSION_TEXT), '3.0.1', '>=')) {
     151            if (defined('OPENSSL_VERSION_TEXT') && version_compare(preg_replace('#OpenSSL (\d+\.\d+\.\d+) .*#', '$1', OPENSSL_VERSION_TEXT), '3.0.1', '>=')) {
    152152                return false;
    153153            }
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/tags/0.3.4/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php

    r2839828 r2882747  
    409409                }
    410410
    411                 $x = preg_replace('#^(?:0x)?([A-Fa-f0-9]*).*#', '$1', $x);
     411                $x = preg_replace('#^(?:0x)?([A-Fa-f0-9]*).*#s', '$1', $x);
    412412
    413413                $is_negative = false;
     
    445445                // (?<=^|-)0*: find any 0's that are preceded by the start of the string or by a - (ie. octals)
    446446                // [^-0-9].*: find any non-numeric characters and then any characters that follow that
    447                 $x = preg_replace('#(?<!^)(?:-).*|(?<=^|-)0*|[^-0-9].*#', '', $x);
     447                $x = preg_replace('#(?<!^)(?:-).*|(?<=^|-)0*|[^-0-9].*#s', '', $x);
    448448                if (!strlen($x) || $x == '-') {
    449449                    $x = '0';
     
    487487                }
    488488
    489                 $x = preg_replace('#^([01]*).*#', '$1', $x);
     489                $x = preg_replace('#^([01]*).*#s', '$1', $x);
    490490                $x = str_pad($x, strlen($x) + (3 * strlen($x)) % 4, 0, STR_PAD_LEFT);
    491491
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/tags/0.3.4/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php

    r2839828 r2882747  
    924924
    925925            $parts = explode('/', $path);
    926             $afterPWD = $beforePWD = [];
     926            $afterPWD = $beforePWD = array();
    927927            foreach ($parts as $part) {
    928928                switch ($part) {
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/tags/0.3.4/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php

    r2839828 r2882747  
    27462746        );
    27472747
    2748         $algos = ['rsa-sha2-256', 'rsa-sha2-512', 'ssh-rsa'];
     2748        $algos = array('rsa-sha2-256', 'rsa-sha2-512', 'ssh-rsa');
    27492749        if (isset($this->preferred['hostkey'])) {
    27502750            $algos = array_intersect($this->preferred['hostkey'], $algos);
     
    28592859        user_error('Unexpected response to publickey authentication pt 2');
    28602860        return $this->_disconnect(NET_SSH2_DISCONNECT_BY_APPLICATION);
     2861    }
     2862
     2863    /**
     2864     * Return the currently configured timeout
     2865     *
     2866     * @return int
     2867     */
     2868    function getTimeout()
     2869    {
     2870        return $this->timeout;
    28612871    }
    28622872
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/tags/0.3.4/vendor/web3p/web3.php/src/Formatters/IntegerFormatter.php

    r2721600 r2882747  
    3434        }
    3535        $bn = Utils::toBn($value);
    36         $bnHex = $bn->toHex(true);
     36        $bnHex = $bn->toHex(Utils::isNegative($value));
    3737        $padded = mb_substr($bnHex, 0, 1);
    3838
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/tags/0.3.4/wp-rainbow.php

    r2856385 r2882747  
    1111 * Plugin URI:        https://wp-rainbow.davisshaver.com/
    1212 * Description:       RainbowKit Login allows WordPress users to log in with Ethereum using the Sign-In With Ethereum standard, powered by RainbowKit.
    13  * Version:           0.3.3
     13 * Version:           0.3.4
    1414 * Author:            Davis Shaver
    1515 * Author URI:        https://davisshaver.com/
     
    2828 * WP Rainbow version number
    2929 */
    30 define( 'WP_RAINBOW_ASSETS_VERSION', '0.3.3' );
     30define( 'WP_RAINBOW_ASSETS_VERSION', '0.3.4' );
    3131
    3232// Include the autoloader.
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/trunk/readme.txt

    r2856385 r2882747  
    22Contributors: davisshaver
    33Tags: WordPress, web3, SIWE, Ethereum, RainbowKit, Sign-In With Ethereum
    4 Tested up to: 6.1
     4Tested up to: 6.2
    55Requires at least: 5.9
    66Requires PHP: 7.0
    7 Stable tag: 0.3.3
     7Stable tag: 0.3.4
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6666
    6767== Changelog ==
     68
     69= 0.3.4 =
     70* Use patched version of web3 library to fix BigNumber issue
    6871
    6972= 0.3.3 =
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/trunk/vendor/autoload.php

    r2856385 r2882747  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInit9c5994e05eae724619b5b2f6ec91bd7d::getLoader();
     25return ComposerAutoloaderInit0a1ff236068128beb889d84970ce8b73::getLoader();
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/trunk/vendor/composer/ClassLoader.php

    r2852940 r2882747  
    430430    {
    431431        if ($file = $this->findFile($class)) {
    432             (self::$includeFile)($file);
     432            $includeFile = self::$includeFile;
     433            $includeFile($file);
    433434
    434435            return true;
     
    561562    }
    562563
    563     private static function initializeIncludeClosure(): void
     564    /**
     565     * @return void
     566     */
     567    private static function initializeIncludeClosure()
    564568    {
    565569        if (self::$includeFile !== null) {
     
    575579         * @return void
    576580         */
    577         self::$includeFile = static function($file) {
     581        self::$includeFile = \Closure::bind(static function($file) {
    578582            include $file;
    579         };
     583        }, null, null);
    580584    }
    581585}
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/trunk/vendor/composer/autoload_real.php

    r2856385 r2882747  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit9c5994e05eae724619b5b2f6ec91bd7d
     5class ComposerAutoloaderInit0a1ff236068128beb889d84970ce8b73
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit9c5994e05eae724619b5b2f6ec91bd7d', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit0a1ff236068128beb889d84970ce8b73', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit9c5994e05eae724619b5b2f6ec91bd7d', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit0a1ff236068128beb889d84970ce8b73', 'loadClassLoader'));
    3030
    3131        require __DIR__ . '/autoload_static.php';
    32         call_user_func(\Composer\Autoload\ComposerStaticInit9c5994e05eae724619b5b2f6ec91bd7d::getInitializer($loader));
     32        call_user_func(\Composer\Autoload\ComposerStaticInit0a1ff236068128beb889d84970ce8b73::getInitializer($loader));
    3333
    3434        $loader->register(true);
    3535
    36         $filesToLoad = \Composer\Autoload\ComposerStaticInit9c5994e05eae724619b5b2f6ec91bd7d::$files;
    37         $requireFile = static function ($fileIdentifier, $file) {
     36        $filesToLoad = \Composer\Autoload\ComposerStaticInit0a1ff236068128beb889d84970ce8b73::$files;
     37        $requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
    3838            if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
    3939                $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
     
    4141                require $file;
    4242            }
    43         };
     43        }, null, null);
    4444        foreach ($filesToLoad as $fileIdentifier => $file) {
    45             ($requireFile)($fileIdentifier, $file);
     45            $requireFile($fileIdentifier, $file);
    4646        }
    4747
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/trunk/vendor/composer/autoload_static.php

    r2856385 r2882747  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit9c5994e05eae724619b5b2f6ec91bd7d
     7class ComposerStaticInit0a1ff236068128beb889d84970ce8b73
    88{
    99    public static $files = array (
     
    381381    {
    382382        return \Closure::bind(function () use ($loader) {
    383             $loader->prefixLengthsPsr4 = ComposerStaticInit9c5994e05eae724619b5b2f6ec91bd7d::$prefixLengthsPsr4;
    384             $loader->prefixDirsPsr4 = ComposerStaticInit9c5994e05eae724619b5b2f6ec91bd7d::$prefixDirsPsr4;
    385             $loader->classMap = ComposerStaticInit9c5994e05eae724619b5b2f6ec91bd7d::$classMap;
     383            $loader->prefixLengthsPsr4 = ComposerStaticInit0a1ff236068128beb889d84970ce8b73::$prefixLengthsPsr4;
     384            $loader->prefixDirsPsr4 = ComposerStaticInit0a1ff236068128beb889d84970ce8b73::$prefixDirsPsr4;
     385            $loader->classMap = ComposerStaticInit0a1ff236068128beb889d84970ce8b73::$classMap;
    386386
    387387        }, null, ClassLoader::class);
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/trunk/vendor/composer/installed.json

    r2839828 r2882747  
    221221        {
    222222            "name": "guzzlehttp/psr7",
    223             "version": "2.4.3",
    224             "version_normalized": "2.4.3.0",
     223            "version": "2.4.4",
     224            "version_normalized": "2.4.4.0",
    225225            "source": {
    226226                "type": "git",
    227227                "url": "https://github.com/guzzle/psr7.git",
    228                 "reference": "67c26b443f348a51926030c83481b85718457d3d"
    229             },
    230             "dist": {
    231                 "type": "zip",
    232                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d",
    233                 "reference": "67c26b443f348a51926030c83481b85718457d3d",
     228                "reference": "3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf"
     229            },
     230            "dist": {
     231                "type": "zip",
     232                "url": "https://api.github.com/repos/guzzle/psr7/zipball/3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf",
     233                "reference": "3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf",
    234234                "shasum": ""
    235235            },
     
    252252                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
    253253            },
    254             "time": "2022-10-26T14:07:24+00:00",
     254            "time": "2023-03-09T13:19:02+00:00",
    255255            "type": "library",
    256256            "extra": {
     
    323323            "support": {
    324324                "issues": "https://github.com/guzzle/psr7/issues",
    325                 "source": "https://github.com/guzzle/psr7/tree/2.4.3"
     325                "source": "https://github.com/guzzle/psr7/tree/2.4.4"
    326326            },
    327327            "funding": [
     
    395395        {
    396396            "name": "phpseclib/phpseclib",
    397             "version": "2.0.41",
    398             "version_normalized": "2.0.41.0",
     397            "version": "2.0.42",
     398            "version_normalized": "2.0.42.0",
    399399            "source": {
    400400                "type": "git",
    401401                "url": "https://github.com/phpseclib/phpseclib.git",
    402                 "reference": "7e763c6f97ec1fcb37c46aa8ecfc20a2c71d9c1b"
    403             },
    404             "dist": {
    405                 "type": "zip",
    406                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/7e763c6f97ec1fcb37c46aa8ecfc20a2c71d9c1b",
    407                 "reference": "7e763c6f97ec1fcb37c46aa8ecfc20a2c71d9c1b",
     402                "reference": "665d289f59e646a259ebf13f29be7f6f54cab24b"
     403            },
     404            "dist": {
     405                "type": "zip",
     406                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/665d289f59e646a259ebf13f29be7f6f54cab24b",
     407                "reference": "665d289f59e646a259ebf13f29be7f6f54cab24b",
    408408                "shasum": ""
    409409            },
     
    423423                "ext-xml": "Install the XML extension to load XML formatted public keys."
    424424            },
    425             "time": "2022-12-23T16:44:18+00:00",
     425            "time": "2023-03-06T12:45:53+00:00",
    426426            "type": "library",
    427427            "installation-source": "dist",
     
    488488            "support": {
    489489                "issues": "https://github.com/phpseclib/phpseclib/issues",
    490                 "source": "https://github.com/phpseclib/phpseclib/tree/2.0.41"
     490                "source": "https://github.com/phpseclib/phpseclib/tree/2.0.42"
    491491            },
    492492            "funding": [
     
    10361036        {
    10371037            "name": "web3p/web3.php",
    1038             "version": "0.1.6",
    1039             "version_normalized": "0.1.6.0",
    1040             "source": {
    1041                 "type": "git",
    1042                 "url": "https://github.com/web3p/web3.php.git",
    1043                 "reference": "2eafffbbe50b79b819088c6a72baf3780d672e11"
    1044             },
    1045             "dist": {
    1046                 "type": "zip",
    1047                 "url": "https://api.github.com/repos/web3p/web3.php/zipball/2eafffbbe50b79b819088c6a72baf3780d672e11",
    1048                 "reference": "2eafffbbe50b79b819088c6a72baf3780d672e11",
     1038            "version": "dev-master",
     1039            "version_normalized": "dev-master",
     1040            "source": {
     1041                "type": "git",
     1042                "url": "https://github.com/davisshaver/web3.php.git",
     1043                "reference": "6ba5dff088920d3e4eac6ee93764362870384bbd"
     1044            },
     1045            "dist": {
     1046                "type": "zip",
     1047                "url": "https://api.github.com/repos/davisshaver/web3.php/zipball/6ba5dff088920d3e4eac6ee93764362870384bbd",
     1048                "reference": "6ba5dff088920d3e4eac6ee93764362870384bbd",
    10491049                "shasum": ""
    10501050            },
     
    10591059                "phpunit/phpunit": "~8.0|~9.0"
    10601060            },
    1061             "time": "2022-03-07T03:26:51+00:00",
     1061            "time": "2023-02-27T15:46:35+00:00",
     1062            "default-branch": true,
    10621063            "type": "library",
    10631064            "installation-source": "dist",
     
    10671068                }
    10681069            },
    1069             "notification-url": "https://packagist.org/downloads/",
     1070            "autoload-dev": {
     1071                "psr-4": {
     1072                    "Test\\": "test/"
     1073                }
     1074            },
    10701075            "license": [
    10711076                "MIT"
     
    10791084            "description": "Ethereum web3 interface.",
    10801085            "support": {
    1081                 "issues": "https://github.com/web3p/web3.php/issues",
    1082                 "source": "https://github.com/web3p/web3.php/tree/0.1.6"
     1086                "source": "https://github.com/davisshaver/web3.php/tree/master"
    10831087            },
    10841088            "install-path": "../web3p/web3.php"
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/trunk/vendor/composer/installed.php

    r2856385 r2882747  
    22    'root' => array(
    33        'name' => 'wp-rainbow/wp-rainbow',
    4         'pretty_version' => 'v0.3.3',
    5         'version' => '0.3.3.0',
    6         'reference' => '50bcb3e957fd4eaeec402834405b2f2de065d4d3',
     4        'pretty_version' => 'v0.3.4',
     5        'version' => '0.3.4.0',
     6        'reference' => '05aa2fe26a27f273131ff42862c63f1b16b4de89',
    77        'type' => 'project',
    88        'install_path' => __DIR__ . '/../../',
     
    3030        ),
    3131        'guzzlehttp/psr7' => array(
    32             'pretty_version' => '2.4.3',
    33             'version' => '2.4.3.0',
    34             'reference' => '67c26b443f348a51926030c83481b85718457d3d',
     32            'pretty_version' => '2.4.4',
     33            'version' => '2.4.4.0',
     34            'reference' => '3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf',
    3535            'type' => 'library',
    3636            'install_path' => __DIR__ . '/../guzzlehttp/psr7',
     
    4848        ),
    4949        'phpseclib/phpseclib' => array(
    50             'pretty_version' => '2.0.41',
    51             'version' => '2.0.41.0',
    52             'reference' => '7e763c6f97ec1fcb37c46aa8ecfc20a2c71d9c1b',
     50            'pretty_version' => '2.0.42',
     51            'version' => '2.0.42.0',
     52            'reference' => '665d289f59e646a259ebf13f29be7f6f54cab24b',
    5353            'type' => 'library',
    5454            'install_path' => __DIR__ . '/../phpseclib/phpseclib',
     
    156156        ),
    157157        'web3p/web3.php' => array(
    158             'pretty_version' => '0.1.6',
    159             'version' => '0.1.6.0',
    160             'reference' => '2eafffbbe50b79b819088c6a72baf3780d672e11',
     158            'pretty_version' => 'dev-master',
     159            'version' => 'dev-master',
     160            'reference' => '6ba5dff088920d3e4eac6ee93764362870384bbd',
    161161            'type' => 'library',
    162162            'install_path' => __DIR__ . '/../web3p/web3.php',
    163             'aliases' => array(),
     163            'aliases' => array(
     164                0 => '9999999-dev',
     165            ),
    164166            'dev_requirement' => false,
    165167        ),
    166168        'wp-rainbow/wp-rainbow' => array(
    167             'pretty_version' => 'v0.3.3',
    168             'version' => '0.3.3.0',
    169             'reference' => '50bcb3e957fd4eaeec402834405b2f2de065d4d3',
     169            'pretty_version' => 'v0.3.4',
     170            'version' => '0.3.4.0',
     171            'reference' => '05aa2fe26a27f273131ff42862c63f1b16b4de89',
    170172            'type' => 'project',
    171173            'install_path' => __DIR__ . '/../../',
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/trunk/vendor/guzzlehttp/psr7/CHANGELOG.md

    r2839828 r2882747  
    77
    88## Unreleased
     9
     10## 2.4.4 - 2023-03-09
     11
     12### Changed
     13
     14- Removed the need for `AllowDynamicProperties` in `LazyOpenStream`
    915
    1016## 2.4.3 - 2022-10-26
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/trunk/vendor/guzzlehttp/psr7/README.md

    r2839828 r2882747  
    88![Static analysis](https://github.com/guzzle/psr7/workflows/Static%20analysis/badge.svg)
    99
     10
     11# Installation
     12
     13```shell
     14composer require guzzlehttp/psr7
     15```
    1016
    1117# Stream implementation
     
    245251
    246252    private $callback;
     253
     254    private $stream;
    247255
    248256    public function __construct(StreamInterface $stream, callable $cb)
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/trunk/vendor/guzzlehttp/psr7/src/LazyOpenStream.php

    r2807981 r2882747  
    1111 * take place on the stream.
    1212 */
    13 #[\AllowDynamicProperties]
    1413final class LazyOpenStream implements StreamInterface
    1514{
     
    2322
    2423    /**
     24     * @var StreamInterface
     25     */
     26    private $stream;
     27
     28    /**
    2529     * @param string $filename File to lazily open
    2630     * @param string $mode     fopen mode to use when opening the stream
     
    3034        $this->filename = $filename;
    3135        $this->mode = $mode;
     36
     37        // unsetting the property forces the first access to go through
     38        // __get().
     39        unset($this->stream);
    3240    }
    3341
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/trunk/vendor/phpseclib/phpseclib/BACKERS.md

    r2807981 r2882747  
    1313- [Rachel Fish](https://github.com/itsrachelfish)
    1414- Tharyrok
     15- [cjhaas](https://github.com/cjhaas)
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/trunk/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php

    r2839828 r2882747  
    446446            // "Moved all variations of the EVP ciphers CAST5, BF, IDEA, SEED, RC2, RC4, RC5, and DES to the legacy provider"
    447447            // in theory openssl_get_cipher_methods() should catch this but, on GitHub Actions, at least, it does not
    448             if (version_compare(preg_replace('#OpenSSL (\d+\.\d+\.\d+) .*#', '$1', OPENSSL_VERSION_TEXT), '3.0.1', '>=')) {
     448            if (defined('OPENSSL_VERSION_TEXT') && version_compare(preg_replace('#OpenSSL (\d+\.\d+\.\d+) .*#', '$1', OPENSSL_VERSION_TEXT), '3.0.1', '>=')) {
    449449                return false;
    450450            }
     
    763763        $r = $in[2];
    764764
    765         list($r, $l) = CRYPT_BASE_USE_REG_INTVAL ?
     765        list($r, $l) = PHP_INT_SIZE === 8 ?
    766766            $this->_encryptBlockHelperFast($l, $r, $sb_0, $sb_1, $sb_2, $sb_3, $p) :
    767767            $this->_encryptBlockHelperSlow($l, $r, $sb_0, $sb_1, $sb_2, $sb_3, $p);
     
    821821    function _encryptBlockHelperSlow($x0, $x1, $sbox0, $sbox1, $sbox2, $sbox3, $p)
    822822    {
     823        // -16777216 == intval(0xFF000000) on 32-bit PHP installs
    823824        $x0^= $p[0];
    824         $x1^= $this->safe_intval(($this->safe_intval($sbox0[($x0 & 0xFF000000) >> 24] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[1];
    825         $x0^= $this->safe_intval(($this->safe_intval($sbox0[($x1 & 0xFF000000) >> 24] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[2];
    826         $x1^= $this->safe_intval(($this->safe_intval($sbox0[($x0 & 0xFF000000) >> 24] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[3];
    827         $x0^= $this->safe_intval(($this->safe_intval($sbox0[($x1 & 0xFF000000) >> 24] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[4];
    828         $x1^= $this->safe_intval(($this->safe_intval($sbox0[($x0 & 0xFF000000) >> 24] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[5];
    829         $x0^= $this->safe_intval(($this->safe_intval($sbox0[($x1 & 0xFF000000) >> 24] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[6];
    830         $x1^= $this->safe_intval(($this->safe_intval($sbox0[($x0 & 0xFF000000) >> 24] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[7];
    831         $x0^= $this->safe_intval(($this->safe_intval($sbox0[($x1 & 0xFF000000) >> 24] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[8];
    832         $x1^= $this->safe_intval(($this->safe_intval($sbox0[($x0 & 0xFF000000) >> 24] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[9];
    833         $x0^= $this->safe_intval(($this->safe_intval($sbox0[($x1 & 0xFF000000) >> 24] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[10];
    834         $x1^= $this->safe_intval(($this->safe_intval($sbox0[($x0 & 0xFF000000) >> 24] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[11];
    835         $x0^= $this->safe_intval(($this->safe_intval($sbox0[($x1 & 0xFF000000) >> 24] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[12];
    836         $x1^= $this->safe_intval(($this->safe_intval($sbox0[($x0 & 0xFF000000) >> 24] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[13];
    837         $x0^= $this->safe_intval(($this->safe_intval($sbox0[($x1 & 0xFF000000) >> 24] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[14];
    838         $x1^= $this->safe_intval(($this->safe_intval($sbox0[($x0 & 0xFF000000) >> 24] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[15];
    839         $x0^= $this->safe_intval(($this->safe_intval($sbox0[($x1 & 0xFF000000) >> 24] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[16];
    840 
    841         return array($x1 & 0xFFFFFFFF ^ $p[17], $x0 & 0xFFFFFFFF);
     825        $x1^= $this->safe_intval(($this->safe_intval($sbox0[(($x0 & -16777216) >> 24) & 0xFF] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[1];
     826        $x0^= $this->safe_intval(($this->safe_intval($sbox0[(($x1 & -16777216) >> 24) & 0xFF] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[2];
     827        $x1^= $this->safe_intval(($this->safe_intval($sbox0[(($x0 & -16777216) >> 24) & 0xFF] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[3];
     828        $x0^= $this->safe_intval(($this->safe_intval($sbox0[(($x1 & -16777216) >> 24) & 0xFF] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[4];
     829        $x1^= $this->safe_intval(($this->safe_intval($sbox0[(($x0 & -16777216) >> 24) & 0xFF] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[5];
     830        $x0^= $this->safe_intval(($this->safe_intval($sbox0[(($x1 & -16777216) >> 24) & 0xFF] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[6];
     831        $x1^= $this->safe_intval(($this->safe_intval($sbox0[(($x0 & -16777216) >> 24) & 0xFF] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[7];
     832        $x0^= $this->safe_intval(($this->safe_intval($sbox0[(($x1 & -16777216) >> 24) & 0xFF] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[8];
     833        $x1^= $this->safe_intval(($this->safe_intval($sbox0[(($x0 & -16777216) >> 24) & 0xFF] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[9];
     834        $x0^= $this->safe_intval(($this->safe_intval($sbox0[(($x1 & -16777216) >> 24) & 0xFF] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[10];
     835        $x1^= $this->safe_intval(($this->safe_intval($sbox0[(($x0 & -16777216) >> 24) & 0xFF] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[11];
     836        $x0^= $this->safe_intval(($this->safe_intval($sbox0[(($x1 & -16777216) >> 24) & 0xFF] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[12];
     837        $x1^= $this->safe_intval(($this->safe_intval($sbox0[(($x0 & -16777216) >> 24) & 0xFF] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[13];
     838        $x0^= $this->safe_intval(($this->safe_intval($sbox0[(($x1 & -16777216) >> 24) & 0xFF] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[14];
     839        $x1^= $this->safe_intval(($this->safe_intval($sbox0[(($x0 & -16777216) >> 24) & 0xFF] + $sbox1[($x0 & 0xFF0000) >> 16]) ^ $sbox2[($x0 & 0xFF00) >> 8]) + $sbox3[$x0 & 0xFF]) ^ $p[15];
     840        $x0^= $this->safe_intval(($this->safe_intval($sbox0[(($x1 & -16777216) >> 24) & 0xFF] + $sbox1[($x1 & 0xFF0000) >> 16]) ^ $sbox2[($x1 & 0xFF00) >> 8]) + $sbox3[$x1 & 0xFF]) ^ $p[16];
     841
     842        return array($x1 ^ $p[17], $x0);
    842843    }
    843844
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/trunk/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php

    r2839828 r2882747  
    596596                // "Moved all variations of the EVP ciphers CAST5, BF, IDEA, SEED, RC2, RC4, RC5, and DES to the legacy provider"
    597597                // in theory openssl_get_cipher_methods() should catch this but, on GitHub Actions, at least, it does not
    598                 if (version_compare(preg_replace('#OpenSSL (\d+\.\d+\.\d+) .*#', '$1', OPENSSL_VERSION_TEXT), '3.0.1', '>=')) {
     598                if (defined('OPENSSL_VERSION_TEXT') && version_compare(preg_replace('#OpenSSL (\d+\.\d+\.\d+) .*#', '$1', OPENSSL_VERSION_TEXT), '3.0.1', '>=')) {
    599599                    return false;
    600600                }
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/trunk/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php

    r2839828 r2882747  
    277277                // "Moved all variations of the EVP ciphers CAST5, BF, IDEA, SEED, RC2, RC4, RC5, and DES to the legacy provider"
    278278                // in theory openssl_get_cipher_methods() should catch this but, on GitHub Actions, at least, it does not
    279                 if (version_compare(preg_replace('#OpenSSL (\d+\.\d+\.\d+) .*#', '$1', OPENSSL_VERSION_TEXT), '3.0.1', '>=')) {
     279                if (defined('OPENSSL_VERSION_TEXT') && version_compare(preg_replace('#OpenSSL (\d+\.\d+\.\d+) .*#', '$1', OPENSSL_VERSION_TEXT), '3.0.1', '>=')) {
    280280                    return false;
    281281                }
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/trunk/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php

    r2839828 r2882747  
    149149            // "Moved all variations of the EVP ciphers CAST5, BF, IDEA, SEED, RC2, RC4, RC5, and DES to the legacy provider"
    150150            // in theory openssl_get_cipher_methods() should catch this but, on GitHub Actions, at least, it does not
    151             if (version_compare(preg_replace('#OpenSSL (\d+\.\d+\.\d+) .*#', '$1', OPENSSL_VERSION_TEXT), '3.0.1', '>=')) {
     151            if (defined('OPENSSL_VERSION_TEXT') && version_compare(preg_replace('#OpenSSL (\d+\.\d+\.\d+) .*#', '$1', OPENSSL_VERSION_TEXT), '3.0.1', '>=')) {
    152152                return false;
    153153            }
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/trunk/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php

    r2839828 r2882747  
    409409                }
    410410
    411                 $x = preg_replace('#^(?:0x)?([A-Fa-f0-9]*).*#', '$1', $x);
     411                $x = preg_replace('#^(?:0x)?([A-Fa-f0-9]*).*#s', '$1', $x);
    412412
    413413                $is_negative = false;
     
    445445                // (?<=^|-)0*: find any 0's that are preceded by the start of the string or by a - (ie. octals)
    446446                // [^-0-9].*: find any non-numeric characters and then any characters that follow that
    447                 $x = preg_replace('#(?<!^)(?:-).*|(?<=^|-)0*|[^-0-9].*#', '', $x);
     447                $x = preg_replace('#(?<!^)(?:-).*|(?<=^|-)0*|[^-0-9].*#s', '', $x);
    448448                if (!strlen($x) || $x == '-') {
    449449                    $x = '0';
     
    487487                }
    488488
    489                 $x = preg_replace('#^([01]*).*#', '$1', $x);
     489                $x = preg_replace('#^([01]*).*#s', '$1', $x);
    490490                $x = str_pad($x, strlen($x) + (3 * strlen($x)) % 4, 0, STR_PAD_LEFT);
    491491
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/trunk/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php

    r2839828 r2882747  
    924924
    925925            $parts = explode('/', $path);
    926             $afterPWD = $beforePWD = [];
     926            $afterPWD = $beforePWD = array();
    927927            foreach ($parts as $part) {
    928928                switch ($part) {
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/trunk/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php

    r2839828 r2882747  
    27462746        );
    27472747
    2748         $algos = ['rsa-sha2-256', 'rsa-sha2-512', 'ssh-rsa'];
     2748        $algos = array('rsa-sha2-256', 'rsa-sha2-512', 'ssh-rsa');
    27492749        if (isset($this->preferred['hostkey'])) {
    27502750            $algos = array_intersect($this->preferred['hostkey'], $algos);
     
    28592859        user_error('Unexpected response to publickey authentication pt 2');
    28602860        return $this->_disconnect(NET_SSH2_DISCONNECT_BY_APPLICATION);
     2861    }
     2862
     2863    /**
     2864     * Return the currently configured timeout
     2865     *
     2866     * @return int
     2867     */
     2868    function getTimeout()
     2869    {
     2870        return $this->timeout;
    28612871    }
    28622872
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/trunk/vendor/web3p/web3.php/src/Formatters/IntegerFormatter.php

    r2721600 r2882747  
    3434        }
    3535        $bn = Utils::toBn($value);
    36         $bnHex = $bn->toHex(true);
     36        $bnHex = $bn->toHex(Utils::isNegative($value));
    3737        $padded = mb_substr($bnHex, 0, 1);
    3838
  • rainbowkit-login-web3-integration-for-sign-in-with-ethereum/trunk/wp-rainbow.php

    r2856385 r2882747  
    1111 * Plugin URI:        https://wp-rainbow.davisshaver.com/
    1212 * Description:       RainbowKit Login allows WordPress users to log in with Ethereum using the Sign-In With Ethereum standard, powered by RainbowKit.
    13  * Version:           0.3.3
     13 * Version:           0.3.4
    1414 * Author:            Davis Shaver
    1515 * Author URI:        https://davisshaver.com/
     
    2828 * WP Rainbow version number
    2929 */
    30 define( 'WP_RAINBOW_ASSETS_VERSION', '0.3.3' );
     30define( 'WP_RAINBOW_ASSETS_VERSION', '0.3.4' );
    3131
    3232// Include the autoloader.
Note: See TracChangeset for help on using the changeset viewer.