summaryrefslogtreecommitdiff
path: root/eccrypto.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-12-01 18:10:56 -0500
committerJeffrey Walton <noloader@gmail.com>2016-12-01 18:10:56 -0500
commit82009ecf41b076790b3ee2af9a328520aa771992 (patch)
treeef4b0875753888ab1775c2c08722b2a6fac95fdb /eccrypto.h
parent1491b486913972653e5b30a1da7217e1e8b3aaf1 (diff)
downloadcryptopp-git-82009ecf41b076790b3ee2af9a328520aa771992.tar.gz
Increment version to 5.7 due to ABI break *Issue 337)
We still need to supply a patch for those maintaining 5.6.x
Diffstat (limited to 'eccrypto.h')
-rw-r--r--eccrypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eccrypto.h b/eccrypto.h
index 9be28dde..49031483 100644
--- a/eccrypto.h
+++ b/eccrypto.h
@@ -389,7 +389,7 @@ struct ECNR : public DL_SS<DL_Keys_EC<EC>, DL_Algorithm_ECNR<EC>, DL_SignatureMe
//! \sa DLIES, <a href="http://www.weidai.com/scan-mirror/ca.html#ECIES">Elliptic Curve Integrated Encryption Scheme (ECIES)</a>,
//! Martínez, Encinas, and Ávila's <A HREF="http://digital.csic.es/bitstream/10261/32671/1/V2-I2-P7-13.pdf">A Survey of the Elliptic
//! Curve Integrated Encryption Schemes</A>
-//! \since Crypto++ 4.0, Crypto++ 5.6.6 for Bouncy Castle and Botan compatibility
+//! \since Crypto++ 4.0, Crypto++ 5.7 for Bouncy Castle and Botan compatibility
template <class EC, class HASH = SHA1, class COFACTOR_OPTION = NoCofactorMultiplication, bool DHAES_MODE = true, bool LABEL_OCTETS = false>
struct ECIES
: public DL_ES<