Skip to content

Commit

Permalink
Update docstring to say HMAC-SHA256.
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeto committed Mar 9, 2017
1 parent 9ba88ec commit 7341de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static const char *docs_usage[] = {
" --help display this usage information",
"",
"Enchive archives files by encrypting them to yourself using your",
"public key. It uses ChaCha20, Curve25519, and SHA-224.",
"public key. It uses ChaCha20, Curve25519, and HMAC-SHA256.",
0};

static const char *docs_keygen[] = {
Expand Down

0 comments on commit 7341de3

Please sign in to comment.