Skip to content

Commit 9e23df6

Browse files
hanno-beckermkannwischer
authored andcommitted
Remove outdated comment around CBMC limitation
Signed-off-by: Hanno Becker <[email protected]>
1 parent 43dfe79 commit 9e23df6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

mlkem/src/indcpa.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,6 @@ void mlk_gen_matrix(mlk_polymat a, const uint8_t seed[MLKEM_SYMBYTES],
203203
int transposed)
204204
{
205205
unsigned i, j;
206-
/*
207-
* We generate four separate seed arrays rather than a single one to work
208-
* around limitations in CBMC function contracts dealing with disjoint slices
209-
* of the same parent object.
210-
*/
211-
212206
MLK_ALIGN uint8_t seed_ext[4][MLK_ALIGN_UP(MLKEM_SYMBYTES + 2)];
213207

214208
for (j = 0; j < 4; j++)

0 commit comments

Comments
 (0)