View Source Changelog
0.7.6
- compile on ubuntu 22.04 to support older systems (https://github.com/ayrat555/ex_secp256k1/pull/29)
0.7.5
- Update lib_secp256k1 from 0.7.1 to 0.7.2, rustler from 0.35 to 0.36 (https://github.com/ayrat555/ex_secp256k1/pull/26)
0.7.4
- Update rustler_precompiled to 0.8.2 (https://github.com/ayrat555/ex_secp256k1/pull/25)
0.7.3
- Update rustler to 0.32 (https://github.com/ayrat555/ex_secp256k1/pull/24)
0.7.2
- Support freebsd target
0.7.1
- Use a generic ENV name to force build (https://github.com/ayrat555/ex_secp256k1/pull/20)
- Update rustler to 0.29 (https://github.com/ayrat555/ex_secp256k1/pull/21)
0.7.0
- Use rust_precompiled (https://github.com/ayrat555/ex_secp256k1/pull/17)
Rust is not required anymore
0.6
- Update rustler to 0.26
0.5
- Update rustler to 0.24
0.4
- Add wrappers for more functions
- Change some error atoms
0.3.3
- Add wrapper for public key compression
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
andrecover_compact/3
0.1.1
- Fix native files
0.1.0
- Initial release