From 2e440959b1e8a9d215d73631eb479a39d0d1a3f0 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 13 Feb 2019 00:01:58 -0500 Subject: Update documentation --- shake.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shake.h') diff --git a/shake.h b/shake.h index 98b1de3d..e9ce38a8 100644 --- a/shake.h +++ b/shake.h @@ -31,6 +31,8 @@ protected: /// \details SHAKE is the base class for SHAKE128 and SHAKE256. /// Library users should instantiate a derived class, and only use SHAKE /// as a base class reference or pointer. + /// \details This constructor was moved to protected at Crypto++ 8.1 + /// because users were attempting to create Keccak objects with it. /// \since Crypto++ 8.1 SHAKE(unsigned int digestSize) : m_digestSize(digestSize) {Restart();} -- cgit v1.2.1