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.
sqrt
implementation to Atkin algorithm (#918)
elliptic_curve::ops::Invert
implementation (#971)
- Update to
ecdsa
v0.17 (#1011) - Update to
rand_core
v0.9 (#1125) - Update to
hybrid-array
v0.3 (#1125) - Edition changed to 2024 and MSRV bumped to 1.85 (#1125)
- Relax MSRV policy and allow MSRV bumps in patch releases
FieldBytesEncoding
trait impls (#732)
alloc
feature (#670)
- Have
pkcs8
feature activateecdsa/pkcs8
(#538) - Bump
elliptic-curve
to v0.12 (#544) - Bump
ecdsa
to v0.14 (#544)
serde
feature (#463)
- Rust 2021 edition upgrade; MSRV 1.56+ (#453)
- Bump
elliptic-curve
crate dependency to v0.11 (#466) - Bump
ecdsa
crate dependency to v0.13 (#467)
Order
constant (#328)
- Bump
ecdsa
crate dependency to v0.11 (#330)
- Bump
base64ct
,ecdsa
,elliptic-curve
, andpkcs8
; MSRV 1.47+ (#318)
- Initial release