summaryrefslogtreecommitdiff
path: root/rw.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-09-10 15:01:39 -0400
committerJeffrey Walton <noloader@gmail.com>2016-09-10 15:01:39 -0400
commit65f2dd6c820fbcc63ce3d406de4f6ce471a76258 (patch)
treebe6acd2891d41942858eb2281b6f27615d01157c /rw.h
parent49a71e87a85b2827fc9b5461ebbc50f562b9e444 (diff)
downloadcryptopp-git-65f2dd6c820fbcc63ce3d406de4f6ce471a76258.tar.gz
Updated documentation
Diffstat (limited to 'rw.h')
-rw-r--r--rw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rw.h b/rw.h
index 9bd7c6f1..140dbe92 100644
--- a/rw.h
+++ b/rw.h
@@ -52,6 +52,7 @@ protected:
//! \class InvertibleRWFunction
//! \brief Rabin-Williams trapdoor function using the private key
+//! \since Tweaked roots using <em>e</em> and <em>f</em> since Crypto++ 5.6.4
class CRYPTOPP_DLL InvertibleRWFunction : public RWFunction, public TrapdoorFunctionInverse, public PrivateKey
{
typedef InvertibleRWFunction ThisClass;