Lines Matching refs:sig
18 # word at the start of the key/sig. We strip these 4 bytes from the signature
58 # "levels" word at the start of the key/sig. We strip these 4 bytes from the
67 # * rm message.bin.sig
69 # * rm message.bin.sig
71 # * cat message.bin.sig | xxd
76 # * echo -n -e "\0\0\0\0" > message.bin.sig; cat sig.bin >> message.bin.sig (restore the
90 # 4-byte "levels" word at the start of the key/sig. We strip these 4 bytes from
100 # * cat message.bin.sig | xxd
104 # * echo -n -e "\0\0\0\0" > message.bin.sig; cat sig.bin >> message.bin.sig (restore the
118 # 4-byte "levels" word at the start of the key/sig. We strip these 4 bytes from
128 # * rm message.bin.sig
130 # * cat message.bin.sig | xxd
134 # * echo -n -e "\0\0\0\0" > message.bin.sig; cat sig.bin >> message.bin.sig (restore the
158 # sig = private_key.sign(message)
160 # print('lms_verify_test:"{}":"{}":"{}":0'.format(message.hex(), sig.hex(), public_key.get_pubkey()…
181 # sig = private_key.sign(message)
184 # sig = private_key.sign(message)
186 # print('lms_verify_test:"{}":"{}":"{}":0'.format(message.hex(), sig.hex(), public_key.get_pubkey()…