You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`array_bound` is a macro that expands to a quantified expression that expresses that the elemtns of `a->coeffs` between
464
-
index values `0` (inclusive) and `MLKEM_N` (exclusive) are in the range `0` through `(MLKEM_Q - 1)` (both
465
-
inclusive). See the macro definition in [mlkem/cbmc.h](../../mlkem/cbmc.h) for details.
464
+
index values `0` (inclusive) and `MLKEM_N` (exclusive) are in the range `0` (inclusive) through `MLKEM_Q` (exclusive). See the macro definition in [mlkem/cbmc.h](../../mlkem/cbmc.h) for details.
0 commit comments