Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

27 lines (18 loc) · 1.05 KB

Changelog

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

  • 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.

Changed

  • Rewrote the XEdDSA APIs for greater flexibility.

1.0.0 - 29th of March, 2020

Added

  • 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.