diff options
-rw-r--r-- | doc/manual/deprecated.rst | 7 | ||||
-rw-r--r-- | readme.rst | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/doc/manual/deprecated.rst b/doc/manual/deprecated.rst index 30c26d503..15039fea4 100644 --- a/doc/manual/deprecated.rst +++ b/doc/manual/deprecated.rst @@ -29,11 +29,6 @@ in the source. MessageAuthenticationCode and HashFunction. So this only affects you if you are directly referencing `Botan::Buffered_Computation` in some way. -- The SymmetricAlgorithm base class. Similarly to Buffered_Computation, in a - future release the class will be removed and its member functions copied to - classes which currently subclass it. This only affects your code if you - are referencing `Botan::SymmetricAlgorithm` directly. - - Support for Visual C++ 2013 - Platform support for Google Native Client @@ -52,7 +47,7 @@ in the source. - Block ciphers CAST-256, Kasumi, MISTY1, and DESX. -- CBC-MAC, X9.19-MAC +- CBC-MAC - PBKDF1 key derivation diff --git a/readme.rst b/readme.rst index e3908d6c2..388fd3120 100644 --- a/readme.rst +++ b/readme.rst @@ -155,14 +155,13 @@ Ciphers, hashes, MACs, and checksums * Authenticated cipher modes EAX, OCB, GCM, SIV, CCM, and ChaCha20Poly1305 * Cipher modes CTR, CBC, XTS, CFB, and OFB -* Block ciphers AES, ARIA, Blowfish, Camellia, CAST-128, CAST-256, - DES/3DES, GOST 28147, IDEA, KASUMI, Lion, MISTY1, Noekeon, SEED, - Serpent, SHACAL2, SM4, Threefish-512, Twofish, XTEA +* Block ciphers AES, ARIA, Blowfish, Camellia, CAST-128, DES/3DES, GOST 28147, + IDEA, Lion, Noekeon, SEED, Serpent, SHACAL2, SM4, Threefish-512, Twofish, XTEA * Stream ciphers ChaCha20, Salsa20/XSalsa20, SHAKE-128, and RC4 * Hash functions SHA-1, SHA-2, SHA-3, RIPEMD-160, Skein-512, BLAKE2b, SM3, Tiger, Whirlpool, GOST 34.11, MD5, MD4 * Hash function combiners Parallel and Comb4P -* Authentication codes HMAC, CMAC, Poly1305, SipHash, GMAC, CBC-MAC, X9.19 DES-MAC +* Authentication codes HMAC, CMAC, Poly1305, SipHash, GMAC, X9.19 DES-MAC * Non-cryptographic checksums Adler32, CRC24, and CRC32 Other Useful Things |