go

command
v1.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 10, 2022 License: Apache-2.0 Imports: 17 Imported by: 0

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL