ec_utils/CHANGELOG.md
2022-01-13 16:26:43 +01:00

666 B

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.

Unreleased

Added

Changed

Removed

v0.1.0

Added

  • Basic operations (scalar arithmetics, point addition, scalar multiplication) for secp256k1 in pure Erlang code
  • ecdsa sign/verify
  • Some crypto (Ethereum) specific operations ecrecovery/ecverify, etc.