diff --git a/curve25519-dalek/CHANGELOG.md b/curve25519-dalek/CHANGELOG.md index a4c8452c..939d3bfb 100644 --- a/curve25519-dalek/CHANGELOG.md +++ b/curve25519-dalek/CHANGELOG.md @@ -5,6 +5,11 @@ major series. ## 4.x series +### 4.1.3 + +* Security: Fix timing leak in Scalar subtraction on u32, u64, fiat_u32, and fiat_u64 backends +* Fix assorted new warnings and lints from rustc and clippy + ### 4.1.2 * Fix nightly SIMD build diff --git a/curve25519-dalek/Cargo.toml b/curve25519-dalek/Cargo.toml index f8c7c3a8..8e480ada 100644 --- a/curve25519-dalek/Cargo.toml +++ b/curve25519-dalek/Cargo.toml @@ -4,7 +4,7 @@ name = "curve25519-dalek" # - update CHANGELOG # - update README if required by semver # - if README was updated, also update module documentation in src/lib.rs -version = "4.1.2" +version = "4.1.3" edition = "2021" rust-version = "1.60.0" authors = ["Isis Lovecruft ",