-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CBMC: Remove cumbersome case-distinction in poly_getnoise_eta1_4x
The previous semantics of `is_fresh()` as requiring pointers to separate objects forced us to write separate contracts for mlk_poly_getnoise_eta1_4x depending on MLKEM_K. With the relaxed semantics of is_fresh/memory_no_alias, this is no longer necessary, and a simple and unified contract suffices. Signed-off-by: Hanno Becker <[email protected]>
- Loading branch information
1 parent
7cb780c
commit fd31f50
Showing
1 changed file
with
4 additions
and
42 deletions.
There are no files selected for viewing
This file contains 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