We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aesgcm
1 parent 2a1b284 commit 05f9407Copy full SHA for 05f9407
demos/aesgcm.c
@@ -86,7 +86,7 @@ static void scan_hex(const char* str, uint8_t* bytes, size_t blen)
86
87
static void die(int ret)
88
{
89
- fprintf(stderr, "Usage: aesgcm <-e|-d> <infile> <outfile> <96 char hex-string 'IV | key'>\n");
+ fprintf(stderr, "Usage: aesgcm <-e|-d> <infile> <outfile> <88|96 char hex-string 'IV | key'>\n");
90
exit(ret);
91
}
92
0 commit comments