Skip to content

Commit 41cd6f9

Browse files
committed
ACVP: Re-enable sigVer tests
#415 inadvertedly removed the sigVer tests from the ACVP testing, but introduced running the same sigGen twice. This commit fixes that mistake. Signed-off-by: Matthias J. Kannwischer <[email protected]>
1 parent 17b2c76 commit 41cd6f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/acvp_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def download_acvp_files(version="v1.1.0.40"):
3030
files_to_download = [
3131
"ML-DSA-keyGen-FIPS204/internalProjection.json",
3232
"ML-DSA-sigGen-FIPS204/internalProjection.json",
33-
"ML-DSA-sigGen-FIPS204/internalProjection.json",
33+
"ML-DSA-sigVer-FIPS204/internalProjection.json",
3434
]
3535

3636
# Create directory structure
@@ -75,7 +75,7 @@ def loadDefaultAcvpData(version="v1.1.0.40"):
7575
acvp_jsons_for_version = [
7676
f"{data_dir}/ML-DSA-keyGen-FIPS204/internalProjection.json",
7777
f"{data_dir}/ML-DSA-sigGen-FIPS204/internalProjection.json",
78-
f"{data_dir}/ML-DSA-sigGen-FIPS204/internalProjection.json",
78+
f"{data_dir}/ML-DSA-sigVer-FIPS204/internalProjection.json",
7979
]
8080
acvp_data = []
8181
for internalProjection in acvp_jsons_for_version:

0 commit comments

Comments
 (0)