fix usage, add -O fullkey to extend key size.
[tfcrypt.git] / README
diff --git a/README b/README
index 6c510c7ef190a4408a4531e418849034bd67e86e..2d8dad9f3c7d72d442d710b4ee7fa12d92e37bf3 100644 (file)
--- a/README
+++ b/README
@@ -20,7 +20,7 @@ OCB mode does not use Skein hash function to hash and verify message, instead, i
 a single pass crypt and verify, thus, it is faster than other modes when both crypt and verify.
 
 Additionally, this version provides a way to virtually "extend" key size to 1280 bits,
-by enabling "full_key" option or changing "do_full_key" default setting in tfcrypt_defs.h.
+by enabling "fullkey" option or changing "do_full_key" default setting in tfcrypt_defs.h.
 In this mode, tweak is ignored, and filled with extended key material.
 
 THREEFISH NOTES