Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cmd.Command{
Name: "aes-keywrap",
Run: run,
Brief: "Wrap/Unwrap using AES-KEYWRAP",
Usage: `Usage: pocryp aes-keywrap [-bin] [-w/-u] -key/-key-file [-in INPUT] [-out OUTPUT]
Wrap/Unwrap INPUT to OUTPUT using AES-KEYWRAP.
If -in is not specified, stdin will be read.
If -out is not specified, the output will be printed to stdout.
`,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.