Lines Matching +full:master +full:- +full:mode
13 # https://github.com/usnistgov/ACVP-Server/blob/master/gen-val/json-files/SLH-DSA-keyGen-FIPS204/i…
14 # https://github.com/usnistgov/ACVP-Server/blob/master/gen-val/json-files/SLH-DSA-sigGen-FIPS204/i…
15 # https://github.com/usnistgov/ACVP-Server/blob/master/gen-val/json-files/SLH-DSA-sigVer-FIPS204/i…
17 # test/recipes/30-test_evp_data/evppkey_slh_dsa_keygen.txt
18 # test/recipes/30-test_evp_data/evppkey_slh_dsa_siggen.txt
19 # test/recipes/30-test_evp_data/evppkey_slh_dsa_sigver.txt
21 # e.g. python3 slhdsa_parse.py ~/Downloads/keygen.json > ./test/recipes/30-test_evp_data/evppkey_sl…
40 name = grp['parameterSet'].replace('-', '_')
53 name = grp['parameterSet'].replace('-', '_')
78 print_label("Sign-Message", grp['parameterSet'] + ":" + testname)
80 print_label("Extended-Test", "1")
84 print_hexlabel("Ctrl", "test-entropy", tst['additionalRandomness']);
86 print_label("Ctrl", "message-encoding:" + encoding)
88 print_hexlabel("Ctrl", "context-string", tst["context"])
92 name = grp['parameterSet'].replace('-', '_')
104 print_label("Verify-Message-Public", grp['parameterSet'] + ":" + testname)
108 print_hexlabel("Ctrl", "test-entropy", tst['additionalRandomness']);
109 print_label("Ctrl", "message-encoding:" + encoding)
111 print_hexlabel("Ctrl", "context-string", tst["context"])
126 mode = data['mode'] variable
134 print("# ACVP test data for " + algorithm + " " + mode + " generated from")
135 print("# https://github.com/usnistgov/ACVP-Server/blob/master/gen-val/json-files/"
136 "SLH-DSA-" + mode + "-FIPS204/internalProjection.json")
139 if algorithm == "SLH-DSA":
140 if mode == 'sigVer':
142 elif mode == 'sigGen':
144 elif mode == 'keyGen':
147 eprint("Unsupported mode " + mode)