X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tfc_error.c;h=4fd81f1eeb1c1ac24f172e0a9c5d60ce11d1a50a;hb=6a9ff11ac690fd5ffe09e0aa9398e00a54c2889c;hp=53753674915966d88e635d8500fd723a23c9bd64;hpb=133fa38f39501ef4c2d9ad442b50eb79caf79f59;p=tfcrypt.git diff --git a/tfc_error.c b/tfc_error.c index 5375367..4fd81f1 100644 --- a/tfc_error.c +++ b/tfc_error.c @@ -161,8 +161,7 @@ void usage(void) tfc_say(" -z: ask for key in plain C string form through password asker."); tfc_say(" -x: ask for key in hex string form through password asker."); tfc_say(" -K : generate key from keyfile or password and write it to file."); - tfc_say(" -T: enable tfcrypt1 old mode (useful only for old encryptions)."); - tfc_say(" -t : use tweak from file (useful only for old encryptions)."); + tfc_say(" -t : use (raw) tweak from file."); tfc_say(" -w: overwrite source file. If not file, ignored."); tfc_say(" -n TURNS: number of turns to perform in Skein function."); tfc_say(" Default is always defined when building tfcrypt."); @@ -259,6 +258,7 @@ void usage(void) tfc_say(" xkey=val: take only val bytes from user keyfile."); tfc_say(" okey=val: seek the key before reading it (usually a device)."); tfc_say(" xctr=val: specify size in bytes of initial counter prepended or read."); + tfc_say(" fullkey: occupy tweak space by key space, extending key size by 256 bits."); tfc_say(" -P: plain IO mode: disable encryption/decryption code at all."); tfc_say("\n"); tfc_say("Default is to ask for password, then encrypt stdin into stdout.");