Skip to content

Conversation

@dkostic
Copy link
Contributor

@dkostic dkostic commented Nov 25, 2025

No description provided.

@dkostic dkostic requested a review from a team as a code owner November 25, 2025 00:38
@dkostic dkostic force-pushed the hol-x86-poly-basemul branch 5 times, most recently from 8155685 to 52cc0bd Compare November 25, 2025 04:36
@dkostic dkostic force-pushed the hol-x86-poly-basemul branch from 52cc0bd to d32e305 Compare November 25, 2025 17:44
Copy link
Contributor

@hanno-becker hanno-becker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking really good @dkostic, thank you.

Could you clean up x86/proofs/mlkem_specs.ml? This has at least mentions of Arm and mldsa in it.

@dkostic
Copy link
Contributor Author

dkostic commented Nov 25, 2025

Looking really good @dkostic, thank you.

Could you clean up x86/proofs/mlkem_specs.ml? This has at least mentions of Arm and mldsa in it.

the reason it has mentions of Arm and ML-DSA is because I copied the whole script from s2n-bignum (https://github.com/awslabs/s2n-bignum/blob/main/common/mlkem_mldsa.ml). There, we tried to minimize duplication and consolidate all definitions and theorems that are common to ML-KEM and ML-DSA for x86 and Arm into a single file. I think we should follow the same approach here. We should aim to have a single mlkem_specs.ml file that can be shared between Arm and x86. I'd be fine with removing the ML-DSA parts but I think ideally we'd keep the file identical to the one in s2n-bignum.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants