Browse Source

clarify encrypt method info

Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
pull/613/head
Syrone Wong 8 years ago
committed by Max Lv
parent
commit
7481ffffc7
1 changed files with 2 additions and 2 deletions
  1. 4
      src/utils.c

4
src/utils.c

@ -221,9 +221,9 @@ void usage()
printf(
" camellia-256-cfb, cast5-cfb, des-cfb,\n");
printf(
" idea-cfb, rc2-cfb, seed-cfb, salsa20 and\n");
" idea-cfb, rc2-cfb, seed-cfb, salsa20,\n");
printf(
" chacha20.\n");
" chacha20 and chacha20-ietf.\n");
printf(
" The default cipher is tables.\n");
printf("\n");

Loading…
Cancel
Save