CBMC: Add contracts and proofs for yvec init/get_poly#1066
Merged
mkannwischer merged 3 commits intomainfrom Apr 29, 2026
Merged
CBMC: Add contracts and proofs for yvec init/get_poly#1066mkannwischer merged 3 commits intomainfrom
mkannwischer merged 3 commits intomainfrom
Conversation
hanno-becker
previously approved these changes
Apr 28, 2026
Contributor
CBMC Results (ML-DSA-65, REDUCE-RAM)Full Results (197 proofs)
|
Contributor
CBMC Results (ML-DSA-87)
Full Results (197 proofs)
|
Contributor
CBMC Results (ML-DSA-65)
Full Results (197 proofs)
|
Contributor
CBMC Results (ML-DSA-44)
Full Results (197 proofs)
|
Contributor
CBMC Results (ML-DSA-44, REDUCE-RAM)
Full Results (197 proofs)
|
Contributor
CBMC Results (ML-DSA-87, REDUCE-RAM)
Full Results (197 proofs)
|
fa1cfcd to
03d1228
Compare
Signed-off-by: Matthias J. Kannwischer <matthias@zerorisc.com>
Signed-off-by: Matthias J. Kannwischer <matthias@zerorisc.com>
03d1228 to
3040064
Compare
698a6ca to
1db830d
Compare
… outer Extracts the per-row work of mld_polyvec_matrix_pointwise_montgomery into new _row_eager and _row_lazy helpers. The outer becomes a single mld_polymat-typed K-loop calling the row helper by contract. Drops the lazy/eager outer pair (one outer suffices). This vastly improve CBMC proof performance and also allows to share some more code. Signed-off-by: Matthias J. Kannwischer <matthias@zerorisc.com>
4369b32 to
e83c166
Compare
This was referenced Apr 29, 2026
e83c166 to
03dc682
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I forgot to change those to be called by contract in #1031.