File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.12.2 (2025-03-19) - ` prover ` and ` verifier ` crate only
4
+
5
+ - Commit to coefficients of FRI remainder polynomial in reverse order (#373 ).
6
+
3
7
## 0.12.1 (2025-02-12) - ` air ` crate only
4
8
- Fixed ` Context ` struct serialization.
5
9
11
15
- Update security estimator to take batching method into account (#361 ).
12
16
- [ BREAKING] Added option for algebraic batching to build constraint composition polynomial (#363 ).
13
17
- Updated minimum supported Rust version to 1.84.
14
- - Commit to coefficients of FRI remainder polynomial in reverse order (#373 ).
15
18
16
19
## 0.11.0 (2024-11-24)
17
20
- [ BREAKING] Made the prover generic over the ` ConstraintCommitment ` type (#343 ).
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " winter-prover"
3
- version = " 0.12.0 "
3
+ version = " 0.12.2 "
4
4
description = " Winterfell STARK prover"
5
5
authors = [" winterfell contributors" ]
6
6
readme = " README.md"
7
7
license = " MIT"
8
8
repository = " https://github.com/novifinancial/winterfell"
9
- documentation = " https://docs.rs/winter-prover/0.12.0 "
9
+ documentation = " https://docs.rs/winter-prover/0.12.2 "
10
10
categories = [" cryptography" , " no-std" ]
11
11
keywords = [" crypto" , " zkp" , " stark" , " prover" ]
12
12
edition = " 2021"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " winter-verifier"
3
- version = " 0.12.0 "
3
+ version = " 0.12.2 "
4
4
description = " Winterfell STARK verifier"
5
5
authors = [" winterfell contributors" ]
6
6
readme = " README.md"
7
7
license = " MIT"
8
8
repository = " https://github.com/novifinancial/winterfell"
9
- documentation = " https://docs.rs/winter-verifier/0.12.0 "
9
+ documentation = " https://docs.rs/winter-verifier/0.12.2 "
10
10
categories = [" cryptography" , " no-std" ]
11
11
keywords = [" crypto" , " zkp" , " stark" , " verifier" ]
12
12
edition = " 2021"
You can’t perform that action at this time.
0 commit comments