mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
curve: Bump version to 4.1.3 (#660)
* Bumped to v4.1.3 * Added recent PRs to changelog
This commit is contained in:
parent
b4f9e4df92
commit
5312a0311e
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 <isis@patternsinthevoid.net>",
|
||||
|
|
|
|||
Loading…
Reference in a new issue