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
While integrating the x86 ML-KEM inverse NTT proof into mlkem-native (more
specifically when adding the corresponding CBMC contract and trying to
prove its adherence to out API contracts), we noticed that the output bound
in the HOL-Light specification is off by one:
mlkem-native requires < 26632 (8q), while the HOL-Light specification states
<= 26632.
This commit corrects the specification. No change to the proof is required.
- See pq-code-package/mlkem-native#1394
Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
0 commit comments