{
  "name": "dsbaars/chacha20",
  "homepage": "https://github.com/dsbaars/PHP-ChaCha20",
  "description": "Pure PHP implementation of the ChaCha20 encryption algorithm.",
  "authors": [
    {
      "name": "Leigh",
      "homepage": "https://github.com/lt"
    },
    {
      "name": "Djuri Baars",
      "homepage": "https://github.com/dsbaars"
    }
  ],
  "keywords": [
    "stream",
    "encryption",
    "cipher",
    "security"
  ],
  "license": "MIT",
  "require": {
    "php": ">=8.1"
  },
  "require-dev": {
    "phpunit/phpunit": "~12.4",
    "phpstan/phpstan": "^2.1",
    "phpstan/phpstan-deprecation-rules": "^2.0"
  },
  "autoload": {
    "psr-4": {
      "ChaCha20\\": "lib"
    },
    "files": [
      "lib/functions.php"
    ]
  }
}
