Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 666 Bytes

CHANGELOG.md

File metadata and controls

21 lines (16 loc) · 666 Bytes

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.

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.