mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-07 20:30:39 +00:00
curve: Bump version to 4.1.1 (#584)
This commit is contained in:
parent
76a8b2a081
commit
0cd099a9fb
2 changed files with 2 additions and 5 deletions
|
|
@ -5,13 +5,10 @@ major series.
|
||||||
|
|
||||||
## 4.x series
|
## 4.x series
|
||||||
|
|
||||||
### Unreleased
|
|
||||||
|
|
||||||
* Add implementation for `PrimeFieldBits`, behind the `group-bits` feature flag.
|
|
||||||
|
|
||||||
### 4.1.1
|
### 4.1.1
|
||||||
|
|
||||||
* Mark `constants::BASEPOINT_ORDER` deprecated from pub API
|
* Mark `constants::BASEPOINT_ORDER` deprecated from pub API
|
||||||
|
* Add implementation for `PrimeFieldBits`, behind the `group-bits` feature flag.
|
||||||
|
|
||||||
### 4.1.0
|
### 4.1.0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ name = "curve25519-dalek"
|
||||||
# - update CHANGELOG
|
# - update CHANGELOG
|
||||||
# - update README if required by semver
|
# - update README if required by semver
|
||||||
# - if README was updated, also update module documentation in src/lib.rs
|
# - if README was updated, also update module documentation in src/lib.rs
|
||||||
version = "4.1.0"
|
version = "4.1.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.60.0"
|
rust-version = "1.60.0"
|
||||||
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
|
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue