-
Notifications
You must be signed in to change notification settings - Fork 46
avx2/commitment: F* proofs #874
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 all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
7b4dd64
minicore: use hax-lib
W95Psp e618e05
minicore: replace const `BITS` with fn `bits`
W95Psp ef5658b
minicore: rename `core::arch` to `core::core_arch`
W95Psp 3029025
minicore: intro funarrs
W95Psp 66c91aa
libcrux-intrinsics: mark fns opaque but those provided by minicore
W95Psp e07326e
libcrux-intrinsics: introduce a `cfg(pre_minicore)`
W95Psp 899e0c3
hax: intro `hax.sh`
W95Psp b751e0a
minicore: misc
W95Psp 4181d07
ml-dsa: proofs: avx2 commitment
W95Psp fccfd80
ml-dsa: proofs: small cleanup
W95Psp 6742a12
gha: ml-dsa: use hax.sh instead of hax.py
W95Psp 1c11c5e
ml-dsa: remove `hax.py`
W95Psp 8a52644
mldsa: F*: remove debug
W95Psp 571a4c2
libcrux-intrinsics: F*: add precondition
W95Psp 3f091db
fix(ml-kem/proofs): pass `cfg(pre_minicore)`
W95Psp 4c555ed
fix: add version to minicore
W95Psp a149b57
fix: inherit workspace for minicore
W95Psp b5974ae
doc(minicore): document `funarr.rs`
W95Psp 6d6c3ca
minicore: drop comment code
W95Psp df294af
fix(minicore): fix cargo manifest
W95Psp 515803e
fix(ci/hax/mldsa): use a more recent F* version
W95Psp d258aec
Update fstar-helpers/minicore/src/abstractions/funarr.rs
W95Psp 1102b32
Update fstar-helpers/minicore/src/abstractions/bitvec.rs
W95Psp 9e2f474
Apply suggestions from code review
W95Psp ee152c8
Update fstar-helpers/minicore/src/core_arch/x86.rs
W95Psp 45c2262
small cleanups
W95Psp 6f87ead
ml-dsa: proofs: don't depend on `minicore` unless `cfg(hax)`
W95Psp b4ef45a
Merge branch 'main' into minicore-commitment-proof
W95Psp 4cc97bc
fix: minicore: `hax_lib::{int, ToInt}` is useful when `cfg(hax)`
W95Psp ccaa736
Merge branch 'main' into minicore-commitment-proof
karthikbhargavan eae63ee
hax.sh: better comments
W95Psp 6e10bb2
Merge branch 'main' into minicore-commitment-proof
W95Psp fe232ff
Update bitvec.rs
W95Psp 60c25fa
refreshed ml-dsa c code
karthikbhargavan d8a93ce
refreshed ml-kem c code
karthikbhargavan 29beba8
Revert "refreshed ml-kem c code"
W95Psp 9c5cab3
Merge branch 'main' into minicore-commitment-proof
W95Psp 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
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,7 +1,14 @@ | ||
| [package] | ||
| name = "minicore" | ||
| edition = "2021" | ||
| version.workspace = true | ||
| authors.workspace = true | ||
| license.workspace = true | ||
| homepage.workspace = true | ||
| edition.workspace = true | ||
| repository.workspace = true | ||
| readme.workspace = true | ||
| publish = false | ||
|
|
||
| [dependencies] | ||
| rand = "0.9" | ||
| hax-lib.workspace = true |
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
Oops, something went wrong.
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.