fpoirotte / cryptal
Cryptography Abstraction Layer
Installs: 2 649
Dependents: 6
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 0
Open Issues: 1
Type:composer-plugin
Requires
- php: >=5.4
- composer-plugin-api: ^1.0
- fpoirotte/enum-trait: >=0.1.4
Requires (Dev)
- ext-gmp: *
- composer/composer: ^1.3
- erebot/buildenv: ^1.5.0
- phpunit/phpunit: *
- squizlabs/php_codesniffer: *
This package is auto-updated.
Last update: 2024-10-14 06:59:35 UTC
README
Cryptal provides a unified API to help developers create applications that use cryptographic primitives and work in various environments. That way, developers can focus on writing the logic for their application rather than having to deal with subtleties in cryptographic implementations.
Installation
See this page
Usage
See this page
Full documentation
Visit http://cryptal.readthedocs.io/.
Contributions
To contribute patches for the API:
- Fork this project
- Prepare your patch
- Submit a pull request
To contribute a new implementation, follow the guidelines listed on this page.
License
This project is released under the MIT license. See the LICENSE file for more information.