All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to the following versioning pattern:
Given a version number MAJOR.MINOR.PATCH, increment:
- MAJOR version when breaking changes are introduced;
- MINOR version when backwards compatible changes are introduced;
- PATCH version when backwards compatible bug fixes are implemented.
- toCompressed and fromCompressed to PublicKey resource
- modularSquareRoot to Math resource
- Y to curve method
- composer.json to map all classes
- repeated autoload requirement
- internal structure to use native php logic instead of openssl
- Curve::add() function to dynamically add curves to the library