PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Scott Arciszewski   PHP Blake Chain   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Blake Chain
Create and verify chained blocks of hashed data
Author: By
Last change: Fix typo
Update deps
Expand possible PHPUnit range
Support PHP 8
Date: 12 days ago
Size: 659 bytes
 

Contents

Class file image Download
{ "name": "paragonie/blakechain", "description": "Hash chain using BLAKE2b", "keywords": ["blockchain", "blake2", "hash", "hash chain", "hash-chain", "cryptography", "append-only", "PHP 7"], "type": "library", "require": { "php": "^7|^8", "paragonie/constant_time_encoding": "^2|^3", "paragonie/sodium_compat": "^1.21|^2" }, "require-dev": { "phpunit/phpunit": "^5|^6|^7|^8|^9", "vimeo/psalm": "^3|^4" }, "autoload": { "psr-4": { "ParagonIE\\Blakechain\\": "src" } }, "license": "MIT", "authors": [ { "name": "Paragon Initiative Enterprises", "email": "[email protected]" } ] }