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.
1.1.0 - 2024-08-04
Functions provided by m:ecies_electrum
module depends no longer on libsecp256k1
and are working now without any additional dependecies.
We also provide functions for standard encoding/decoding of keys in PEM format.
m:ecies_pem
module with utility functions to encode/decode public/private/keypair to PEM format.m:ecies_pubkey
module with functions for compressing, decompressing public key and deriving public key from the given private one
ecies_electrum:is_supported/0
as it is no longer needed
1.0.0 - 2024-08-01
Initial release