We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c3355 commit b379563Copy full SHA for b379563
tests/test_acvp_vectors.py
@@ -19,6 +19,9 @@
19
if helpers.is_sig_enabled_by_name(sig) and sig.startswith("SLH_DSA"):
20
slh_sig.append(sig)
21
22
+# NOTE: these are not made into fixture because each is used once or twice, so
23
+# the (probably non-existent) performance gain is not worth the loss of
24
+# debuggability
25
URLROOT = "https://raw.githubusercontent.com/usnistgov/ACVP-Server/refs/tags/v1.1.0.40/gen-val/json-files/"
26
ml_kem_encdec = urljoin(URLROOT, "ML-KEM-encapDecap-FIPS203/internalProjection.json")
27
ml_kem_kg = urljoin(URLROOT, "ML-KEM-keyGen-FIPS203/internalProjection.json")
0 commit comments