Skip to content

Commit

Permalink
release Triton VM v0.41.0
Browse files Browse the repository at this point in the history
✨ Features

- Add barycentric evaluation formula (7fe9b6d)

🐛 Bug Fixes

- *(profile)* Correct trace randomization profile (44abcda)

⚡️ Performance

- (!) Include last FRI polynomial into proof (f8a59c5)
- (!) Use barycentric evaluation in FRI (991688a)

📚 Documentation

- Update links to be valid (21ab79d)

♻️ Refactor

- Use barycentric formula in verifier (cff63b2)

✅ Testing

- Assert table-linking arguments' properties (6b8ffd9)
- Test failure of incorrect last ronud poly (0fc7b7f)
  • Loading branch information
Sword-Smith committed Apr 23, 2024
1 parent 991688a commit 917008d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lto = "thin"
lto = "thin"

[workspace.package]
version = "0.40.0"
version = "0.41.0"
edition = "2021"
authors = ["Triton Software AG"]
license = "Apache-2.0"
Expand Down

0 comments on commit 917008d

Please sign in to comment.