{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "7a830bab94135fc69e287e2c37b9c3bd", "packages": [ { "name": "kornrunner/keccak", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/kornrunner/php-keccak.git", "reference": "433749d28e117fb97baf9f2631b92b5d9ab3c890" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kornrunner/php-keccak/zipball/433749d28e117fb97baf9f2631b92b5d9ab3c890", "reference": "433749d28e117fb97baf9f2631b92b5d9ab3c890", "shasum": "" }, "require": { "php": ">=7.3", "symfony/polyfill-mbstring": "^1.8" }, "require-dev": { "phpunit/phpunit": "^8.2" }, "type": "library", "autoload": { "psr-4": { "kornrunner\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Boris Momcilovic", "homepage": "https://github.com/kornrunner/php-keccak" } ], "description": "Pure PHP implementation of Keccak", "keywords": [ "keccak", "sha-3", "sha3-256" ], "support": { "issues": "https://github.com/kornrunner/php-keccak/issues", "source": "https://github.com/kornrunner/php-keccak/tree/1.1.0" }, "time": "2020-12-07T15:40:44+00:00" }, { "name": "simplito/bigint-wrapper-php", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/simplito/bigint-wrapper-php.git", "reference": "cf21ec76d33f103add487b3eadbd9f5033a25930" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/simplito/bigint-wrapper-php/zipball/cf21ec76d33f103add487b3eadbd9f5033a25930", "reference": "cf21ec76d33f103add487b3eadbd9f5033a25930", "shasum": "" }, "type": "library", "autoload": { "psr-4": { "BI\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Simplito Team", "email": "s.smyczynski@simplito.com", "homepage": "https://simplito.com" } ], "description": "Common interface for php_gmp and php_bcmath modules", "support": { "issues": "https://github.com/simplito/bigint-wrapper-php/issues", "source": "https://github.com/simplito/bigint-wrapper-php/tree/1.0.0" }, "time": "2018-02-27T12:38:08+00:00" }, { "name": "simplito/bn-php", "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/simplito/bn-php.git", "reference": "189167f940cdb681288a967b0f4d66de81adcd97" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/simplito/bn-php/zipball/189167f940cdb681288a967b0f4d66de81adcd97", "reference": "189167f940cdb681288a967b0f4d66de81adcd97", "shasum": "" }, "require": { "simplito/bigint-wrapper-php": "~1.0.0" }, "require-dev": { "phpunit/phpunit": "*" }, "type": "library", "autoload": { "psr-4": { "BN\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Simplito Team", "email": "s.smyczynski@simplito.com", "homepage": "https://simplito.com" } ], "description": "Big number implementation compatible with bn.js", "support": { "issues": "https://github.com/simplito/bn-php/issues", "source": "https://github.com/simplito/bn-php/tree/1.1.3" }, "time": "2022-08-12T18:58:14+00:00" }, { "name": "simplito/elliptic-php", "version": "1.0.10", "source": { "type": "git", "url": "https://github.com/simplito/elliptic-php.git", "reference": "a6228f480c729cf8efe2650a617c8500e981716d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/simplito/elliptic-php/zipball/a6228f480c729cf8efe2650a617c8500e981716d", "reference": "a6228f480c729cf8efe2650a617c8500e981716d", "shasum": "" }, "require": { "ext-gmp": "*", "simplito/bn-php": "~1.1.0" }, "require-dev": { "phpbench/phpbench": "@dev", "phpunit/phpunit": "*" }, "type": "library", "autoload": { "psr-4": { "Elliptic\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Simplito Team", "email": "s.smyczynski@simplito.com", "homepage": "https://simplito.com" } ], "description": "Fast elliptic curve cryptography", "homepage": "https://github.com/simplito/elliptic-php", "keywords": [ "Curve25519", "ECDSA", "Ed25519", "EdDSA", "cryptography", "curve", "curve25519-weier", "ecc", "ecdh", "elliptic", "nistp192", "nistp224", "nistp256", "nistp384", "nistp521", "secp256k1" ], "support": { "issues": "https://github.com/simplito/elliptic-php/issues", "source": "https://github.com/simplito/elliptic-php/tree/1.0.10" }, "time": "2022-08-12T19:00:25+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.26.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "shasum": "" }, "require": { "php": ">=7.1" }, "provide": { "ext-mbstring": "*" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-05-24T11:49:31+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "2.3.0" }