Download the PHP package nipil/chacha20 without Composer
On this page you can find all versions of the php package nipil/chacha20. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nipil/chacha20
More information about nipil/chacha20
Files in nipil/chacha20
Download nipil/chacha20
More information about nipil/chacha20
Files in nipil/chacha20
Vendor nipil
Package chacha20
Short Description A pure-php implementation of ChaCha20 for both 32-bit and 64 bits
License MIT
Package chacha20
Short Description A pure-php implementation of ChaCha20 for both 32-bit and 64 bits
License MIT
Please rate this library. Is it a good library?
Informations about the package chacha20
ChaCha20
A pure-php implementation of ChaCha20, fully tested on both 32-bit php and 64 bits.
Install
Tested on Ubuntu 16.04 LTS (with php 7.0)
basic system components :
sudo apt-get install composer
phpunit asks for following system additional components :
sudo apt-get install php-xml php-mbstring zip
coveralls.io asks for following system additional components :
sudo apt-get install php-curl
additionnal package if you want to run code coverage locally :
sudo apt-get install php-xdebug
Install with composer (dev)
composer install
Install with composer (production)
composer install --no-dev
Run tests with composer
composer exec -- phpunit
Run tests with composer with local code coverage (requires xdebug, see above)
mkdir -p build/html
composer exec -- phpunit --coverage-text --coverage-html build/html/
All versions of chacha20 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
The package nipil/chacha20 contains the following files
Loading the files please wait ....