diff options
author | Jack Lloyd <[email protected]> | 2017-12-02 15:13:43 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-04 04:01:06 -0500 |
commit | cfd137da35488edb573cb670bedc314671d206f0 (patch) | |
tree | 648c4d9b3a0d70f2efe7bb1177d1c179500b59b0 /doc/deprecated.txt | |
parent | d41b7abdeed4e832e1aa6805f2eec725974649c2 (diff) |
Hash function doc refresh
Diffstat (limited to 'doc/deprecated.txt')
-rw-r--r-- | doc/deprecated.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/deprecated.txt b/doc/deprecated.txt index 2190dd072..0d750ec65 100644 --- a/doc/deprecated.txt +++ b/doc/deprecated.txt @@ -13,6 +13,11 @@ in the source. - The TLS constructors taking `std::function` for callbacks. Instead use the TLS::Callbacks interface. +- The Buffered_Computation class. In a future release the class will be removed, + and all of member functions instead declared directly on MessageAuthenticationCode + and HashFunction. So this only affects you if you are directly referencing + `Botan::Buffered_Computation` in some way. + - Platform support for BeOS and IRIX operating systems - Support for PathScale and HP compilers |