Lines Matching +full:- +full:grp
12 # https://github.com/usnistgov/ACVP-Server/blob/master/gen-val/json-files/ML-KEM-keyGen-FIPS203/in…
13 # https://github.com/usnistgov/ACVP-Server/blob/master/gen-val/json-files/ML-KEM-encapDecap-FIPS20…
15 # test/recipes/30-test_evp_data/evppkey_ml_kem_keygen.txt
16 # test/recipes/30-test_evp_data/evppkey_ml_kem_encapdecap.txt
18 # e.g. python3 mlkem_parse.py ~/Downloads/keygen.json > ./test/recipes/30-test_evp_data/evppkey_ml_…
35 for grp in groups:
36 for tst in grp['tests']:
39 print_label("KeyGen", grp['parameterSet'])
46 for grp in groups:
47 name = grp['parameterSet'].replace('-', '_')
48 function = grp['function']
50 for tst in grp['tests']:
54 print_label("Kem", grp['parameterSet'])
60 dk = grp['dk']
61 for tst in grp['tests']:
65 print_label("Kem", grp['parameterSet'])
94 print("# https://github.com/usnistgov/ACVP-Server/blob/master/gen-val/json-files/"
95 + algorithm + "-" + mode + "-" + revision + "/internalProjection.json")
101 if algorithm == "ML-KEM":