PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Scott Arciszewski   ext-pqcrypto   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ext-pqcrypto
PHP extension to encrypt data with FIPS algorithms
Author: By
Last change:
Date: 10 days ago
Size: 811 bytes
 

Contents

Class file image Download
{ "name": "paragonie/ext-pqcrypto", "description": "PHP extension for post-quantum cryptography (ML-KEM, X-Wing, ML-DSA, SLH-DSA)", "type": "php-ext", "license": "ISC", "keywords": ["post-quantum", "cryptography", "ml-kem", "ml-dsa", "slh-dsa", "x-wing", "pqc"], "homepage": "https://github.com/paragonie/ext-pqcrypto", "require": { "php": ">=8.1" }, "php-ext": { "extension-name": "pqcrypto", "support-zts": true, "support-nts": true, "build-path": "pie", "download-url-method": ["pre-packaged-binary", "composer-default"] }, "suggest": { "ext-pqcrypto": "This package provides the native extension. Install via 'make install'." }, "require-dev": { "phpunit/phpunit": "^10|^11|^12|^13" } }