Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ShaCmd = &cmd.Command{
Name: "sha",
Run: runSha,
Brief: "Generate cryptographic hash using SHA",
Usage: `Usage: pocryp sha -alg [-bin] [-in INPUT] [-out OUTPUT]
Compute SHA digest of INPUT to OUTPUT.
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.