Current section

Files

Jump to
ex_secp256k1 CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 0.3.2
* Add wrapper for public key decompression
## 0.3.1
* Add wrapper for additive tweaking of public key
## 0.3.0
* Update rustler from 0.22 to 0.23
* Update the libsecp256k1 rust library to 0.7.0
## 0.2.1
* Update the libsecp256k1 rust library to 0.6.0
## 0.2.0
* Update rustler to `0.22.0` for otp 24 support
## 0.1.2
* Add `sign_compact/2` and `recover_compact/3`
## 0.1.1
* Fix native files
## 0.1.0
* Initial release