Documentation
¶
Overview ¶
A command-line utility for testing AEAD-primitives. It requires 5 arguments:
keyset-file: name of the file with the keyset to be used for encryption
operation: the actual AEAD-operation, i.e. "encrypt" or "decrypt"
input-file: name of the file with input (plaintext for encryption, or
or ciphertext for decryption)
associated-data-file: name of the file containing associated data
output-file: name of the file for the resulting output
A command-line utility for testing PublicKeySign-primitives. It requires 3 arguments:
keyset-file: name of the file with the keyset to be used for signing message-file: name of the file that contains message to be signed output-file: name of the output file for the resulting plaintext
A command-line utility for testing PublicKeyVerify-primitives. It requires 4 arguments:
keyset-file: name of the file with the keyset to be used for verification
signature-file: name of the file that contains the signature
message-file: name of the file that contains message that was signed
output-file: name of the output file for the verification result
(valid/invalid)
Click to show internal directories.
Click to hide internal directories.