2017 © Pedro Peláez
 

library chacha20

A pure-php implementation of ChaCha20 for both 32-bit and 64 bits

image

nipil/chacha20

A pure-php implementation of ChaCha20 for both 32-bit and 64 bits

  • Tuesday, May 9, 2017
  • by nipil
  • Repository
  • 1 Watchers
  • 0 Stars
  • 42 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

ChaCha20

Build Status Coverage Status, (*1)

A pure-php implementation of ChaCha20, fully tested on both 32-bit php and 64 bits., (*2)

Install

Tested on Ubuntu 16.04 LTS (with php 7.0), (*3)

basic system components :, (*4)

sudo apt-get install composer

phpunit asks for following system additional components :, (*5)

sudo apt-get install php-xml php-mbstring zip

coveralls.io asks for following system additional components :, (*6)

sudo apt-get install php-curl

additionnal package if you want to run code coverage locally :, (*7)

sudo apt-get install php-xdebug

Install with composer (dev), (*8)

composer install

Install with composer (production), (*9)

composer install --no-dev

Run tests with composer, (*10)

composer exec -- phpunit

Run tests with composer with local code coverage (requires xdebug, see above), (*11)

mkdir -p build/html
composer exec -- phpunit --coverage-text --coverage-html build/html/

The Versions

09/05 2017

dev-master

9999999-dev

A pure-php implementation of ChaCha20 for both 32-bit and 64 bits

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

by Avatar nipil

08/05 2017

v1.0.2

1.0.2.0

A pure-php implementation of ChaCha20 for both 32-bit and 64 bits

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

by Avatar nipil

08/04 2017

v1.0.1

1.0.1.0

A pure-php implementation of ChaCha20 for both 32-bit and 64 bits

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

by Avatar nipil

08/04 2017

v1.0.0

1.0.0.0

A pure-php implementation of ChaCha20 for both 32-bit and 64 bits

  Sources   Download

The Development Requires

by Avatar nipil