aboutsummaryrefslogtreecommitdiffstats
path: root/readme.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-04-25 06:22:01 -0400
committerJack Lloyd <[email protected]>2020-04-25 06:22:01 -0400
commit658f167e9ef4972ad1c1791b250811b85d343a3c (patch)
tree1bb13190f005f5217a4b1895f6787bb5f60b5a1d /readme.rst
parent39c5aacdf1572dfe27bb3e58fbceb7854bfca117 (diff)
Documentation and deprecation updates
Deprecate XTEA, GOST cipher, and Tiger. GOST cipher is (AFAIK) no longer approved in Russia, so no reason to keep it. XTEA is obscure. Only reason it was saved in the last round of deprecations was its existance in Golang's x/crypto - but now x/crypto has deprecated it, so ... Found out today that Tiger has a full-round preimage attack. Not practical but still... and with it being almost never used or implemented, more than enough to push it onto the deprecation list.
Diffstat (limited to 'readme.rst')
-rw-r--r--readme.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.rst b/readme.rst
index 842e18411..17347791b 100644
--- a/readme.rst
+++ b/readme.rst
@@ -109,11 +109,11 @@ Ciphers, hashes, MACs, and checksums
* Authenticated cipher modes EAX, OCB, GCM, SIV, CCM, (X)ChaCha20Poly1305
* Cipher modes CTR, CBC, XTS, CFB, OFB
-* Block ciphers AES, ARIA, Blowfish, Camellia, CAST-128, DES/3DES, GOST 28147,
- IDEA, Lion, Noekeon, SEED, Serpent, SHACAL2, SM4, Threefish-512, Twofish, XTEA
+* Block ciphers AES, ARIA, Blowfish, Camellia, CAST-128, DES/3DES, IDEA,
+ Lion, Noekeon, SEED, Serpent, SHACAL2, SM4, Threefish-512, Twofish
* Stream ciphers (X)ChaCha20, (X)Salsa20, SHAKE-128, RC4
* Hash functions SHA-1, SHA-2, SHA-3, MD4, MD5, RIPEMD-160, BLAKE2b,
- Skein-512, SM3, Tiger, Whirlpool, GOST 34.11-94, GOST 34.11-2012
+ Skein-512, SM3, Streebog, Whirlpool
* Authentication codes HMAC, CMAC, Poly1305, SipHash, GMAC, X9.19 DES-MAC
* Non-cryptographic checksums Adler32, CRC24, CRC32