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 Semantic Versioning.
2.0.0 - 2nd of April, 2022
- Added CHANGELOG.
- Added versioning.
- Added a set of functions surrounding Curve25519 and Ed25519 key pairs, to make this library a toolset around both curves instead of just an implementation of XEdDSA.
- Expanded documentation and tests to cover the new functionality.
- Rewrote the XEdDSA APIs for greater flexibility.
1.0.0 - 29th of March, 2020
- An implementation of XEdDSA for Curve25519 keys, consisting of a function for signing using a Curve25519 private key and public key conversion from Curve25519 to Ed25519.