SIGTSTP: fix quiet mode.
[tfcrypt.git] / README
diff --git a/README b/README
index 6c510c7ef190a4408a4531e418849034bd67e86e..b8f814aee8a16b77cc825a82eba2e96a718d26f2 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
@@ -54,7 +54,7 @@ LICENSE
 
 This tfcrypt, unlike it's previous version, is copyrighted:
 
-       Copyright (C) Andrey Rys <rys@lynxlynx.ru>, 2012-2018.
+       Copyright (C) Andrey Rys <rys@lynxlynx.ru>, 2012-2019.
 
 It maybe freely used by anyone who agrees to the terms and conditions of the MIT license.