-
Notifications
You must be signed in to change notification settings - Fork 79
RPO STARK-based signature DSA (with zero knowledge) #349
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
Merged
Merged
Changes from 12 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
d74e746
chore: merge v0.11.0 release
bobbinth 3909b01
chore: merge v0.12.0 release from 0xPolygonMiden/next
bobbinth cd579d1
feat: STARK-based signature scheme
Al-Kindi-0 ec09539
fix: clippy
Al-Kindi-0 cb15287
fix: clippy
Al-Kindi-0 2fa0422
wip
Al-Kindi-0 c64f43b
chore: merge v0.13.0 release
bobbinth eaa1db6
fix: updated after Winterfell updates
Al-Kindi-0 866fda6
chore: update prover
Al-Kindi-0 068ecf8
Merge branch 'main' into al-stark-signature-dev-masm
Al-Kindi-0 c41b45f
chore: rebased on main
Al-Kindi-0 e67dc6f
feat: add constructor for sk from Word
Al-Kindi-0 9044792
chore: address feedback
Al-Kindi-0 f0ef609
chore: conflict resolve
Al-Kindi-0 1bbadff
chore: address feedback 2
Al-Kindi-0 5854a70
chore: remove from random_bytes
Al-Kindi-0 d7a23c4
chore: address feedback
Al-Kindi-0 cb7d22a
Merge branch 'next' into al-stark-signature-dev-masm
Al-Kindi-0 e30c18d
chore: add flag
Al-Kindi-0 b815e03
chore: remove optional
Al-Kindi-0 edc3843
fix: clippy
Al-Kindi-0 8c67eeb
fix: clippy
Al-Kindi-0 4de39ad
fix: add changelog
Al-Kindi-0 c4931b6
chore: fix std gate
Al-Kindi-0 a7e4843
fix: imports
Al-Kindi-0 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| //! Digital signature schemes supported by default in the Miden VM. | ||
|
|
||
| pub mod rpo_falcon512; | ||
|
|
||
| pub mod rpo_stark; | ||
bobbinth marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.