Skip to content

Commit

Permalink
mldsa: fix sloppy naming bug #192
Browse files Browse the repository at this point in the history
  • Loading branch information
marsella committed Dec 23, 2024
1 parent 4b70373 commit f5e6bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Primitive/Asymmetric/Signature/ML_DSA/Specification.cry
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ property modPlusMinusWorks m = inRange && congruent where
* names, we define the following functions.
*/
NTT_Vec = map NTT
NTTInv_Vec = map NTT
NTTInv_Vec = map NTTInv

/**
* Wrapper function around SHAKE256, specifying the length `l` in bytes.
Expand Down

0 comments on commit f5e6bbf

Please sign in to comment.