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:
Date: 4 years ago
Size: 640 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", "paragonie/constant_time_encoding": "^2", "paragonie/sodium_compat": "^1.7" }, "require-dev": { "phpunit/phpunit": "^6|^7", "vimeo/psalm": "^1|^2" }, "autoload": { "psr-4": { "ParagonIE\\Blakechain\\": "src" } }, "license": "MIT", "authors": [ { "name": "Paragon Initiative Enterprises", "email": "info@paragonie.com" } ] }