Update docstring to say HMAC-SHA256.

pull/2/head 3.0
Christopher Wellons 2017-03-09 13:32:40 -05:00
parent 9ba88ec2b8
commit 7341de31ca
1 changed files with 1 additions and 1 deletions

View File

@ -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[] = {