PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Scott Arciszewski   HPKE PHP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: HPKE PHP
Encrypt and decrypt data using hybrid public keys
Author: By
Last change:
Date: 8 days ago
Size: 675 bytes
 

Contents

Class file image Download
{ "name": "paragonie/hpke", "description": "Hybrid Public-Key Encryption (RFC 9180) for PHP", "authors": [ { "name": "Paragon Initiative Enterprises", "email": "[email protected]", "homepage": "https://paragonie.com" } ], "autoload": { "psr-4": { "ParagonIE\\HPKE\\": "src" } }, "license": "ISC", "autoload-dev": { "psr-4": { "ParagonIE\\HPKE\\Tests\\": "tests" } }, "require": { "php": "^8.2", "ext-gmp": "*", "ext-openssl": "*", "paragonie/sodium_compat": "^2", "paragonie/easy-ecc": "^1", "paragonie/ecc": "^2" }, "require-dev": { "phpunit/phpunit": "^10" } }