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
Altenative to #807
This commit adds validation of the s1 and s2 components of the secret key
to the pk_from_sk function. It checks if coefficients are within the valid
bound [-MLDSA_ETA, MLDSA_ETA] by using the chknorm function that is
already present in the code.
Documentation and CBMC proofs are adjusted accordingly.
Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
0 commit comments