Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signatures benchmarks #354

Merged
merged 29 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
d74e746
chore: merge v0.11.0 release
bobbinth Oct 18, 2024
3909b01
chore: merge v0.12.0 release from 0xPolygonMiden/next
bobbinth Oct 30, 2024
cd579d1
feat: STARK-based signature scheme
Al-Kindi-0 Nov 6, 2024
ec09539
fix: clippy
Al-Kindi-0 Nov 6, 2024
cb15287
fix: clippy
Al-Kindi-0 Nov 6, 2024
2fa0422
wip
Al-Kindi-0 Nov 18, 2024
c64f43b
chore: merge v0.13.0 release
bobbinth Nov 25, 2024
eaa1db6
fix: updated after Winterfell updates
Al-Kindi-0 Dec 2, 2024
866fda6
chore: update prover
Al-Kindi-0 Dec 3, 2024
068ecf8
Merge branch 'main' into al-stark-signature-dev-masm
Al-Kindi-0 Dec 3, 2024
c41b45f
chore: rebased on main
Al-Kindi-0 Dec 3, 2024
e67dc6f
feat: add constructor for sk from Word
Al-Kindi-0 Dec 4, 2024
9044792
chore: address feedback
Al-Kindi-0 Dec 9, 2024
f0ef609
chore: conflict resolve
Al-Kindi-0 Dec 9, 2024
1bbadff
chore: address feedback 2
Al-Kindi-0 Dec 10, 2024
5854a70
chore: remove from random_bytes
Al-Kindi-0 Dec 10, 2024
d7a23c4
chore: address feedback
Al-Kindi-0 Dec 11, 2024
cb7d22a
Merge branch 'next' into al-stark-signature-dev-masm
Al-Kindi-0 Dec 11, 2024
e30c18d
chore: add flag
Al-Kindi-0 Dec 11, 2024
b815e03
chore: remove optional
Al-Kindi-0 Dec 11, 2024
edc3843
fix: clippy
Al-Kindi-0 Dec 11, 2024
8c67eeb
fix: clippy
Al-Kindi-0 Dec 11, 2024
4de39ad
fix: add changelog
Al-Kindi-0 Dec 11, 2024
d414616
feat: add benchmarks for DSA
Al-Kindi-0 Dec 10, 2024
0075e83
chore: address feedback
Al-Kindi-0 Dec 11, 2024
79399a5
chore: address feedback
Al-Kindi-0 Dec 11, 2024
a5c65b5
Merge branch 'rpo-dsa' into al-stark-signature-dev-masm-bench
bobbinth Dec 13, 2024
4d3796e
chore: minor fixes in Cargo.toml
bobbinth Dec 13, 2024
ce6ce3a
chore: update benchmarks file
bobbinth Dec 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
- Fixed a bug in the implementation of `draw_integers` for `RpoRandomCoin` (#343).
- [BREAKING] Refactor error messages and use `thiserror` to derive errors (#344).
- [BREAKING] Updated Winterfell dependency to v0.11 (#346).
- Added RPO-STARK based DSA (#349).
- Added benchmarks for DSA implementations (#354).

## 0.12.0 (2024-10-30)

Expand Down
Loading
Loading