Lines Matching refs:message
2 # This test uses a fixed message, and then generates a private key, signs the
3 # message, and verifies the signature.
7 # This test uses a fixed message, and then generates a private key, signs the
8 # message, and verifies the signature.
11 LMOTS NULL-message sign-verify test
12 # This test uses a NULL zero-length message, and then generates a private key,
13 # signs the message, and verifies the signature.
22 # the LMS key), and the same message.
24 # To produce another signature with this message and key (note that the actual
36 # message = bytes.fromhex('60da1a17c88c59da8a730e6ca8effd37')
37 # sig = ots_private_key.sign(message)
38 # print('lmots_verify_test:"{}":"{}":"{}":0'.format(message.hex(), sig.hex(), ots_public_key.pubkey…
47 # the LMS key), and the same message.
49 # To produce another signature with this message and key (note that the actual
61 #message = bytes.fromhex('92d036bde8c45b8bb5dea2a072560b1e29fc4bb7dc4549ce90bccee8a6e962a1')
62 #sig = ots_private_key.sign(message)
63 #print('lmots_verify_test:"{}":"{}":"{}":0'.format(message.hex(), sig.hex(), ots_public_key.pubkey.…
66 LMOTS hsslms interop NULL-message test
72 # To produce another signature with this message and key (note that the actual
84 #message = bytes()
85 #sig = ots_private_key.sign(message)
86 #print('lmots_verify_test:"{}":"{}":"{}":0'.format(message.hex(), sig.hex(), ots_public_key.pubkey.…
141 # This test uses a fixed message, and then generates a private key, signs the
142 # message, and then attempts to sign the message again. The second signature
147 # This test uses a fixed message, and then generates a private key, signs the
148 # message, and then uses a test hook to check that the signature has not been