summaryrefslogtreecommitdiff
path: root/ecpoint.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-02-21 12:59:20 -0500
committerJeffrey Walton <noloader@gmail.com>2017-02-21 12:59:20 -0500
commit62f92dd592a1685e7fee99165ec9350aee368c37 (patch)
tree81444e353f7b525321dc6fd841682f271fad674f /ecpoint.h
parent8c20630c2d693ef3ebd4209d111d05e18337521e (diff)
downloadcryptopp-git-62f92dd592a1685e7fee99165ec9350aee368c37.tar.gz
Change next version from 5.7 to 6.0
Crypto++ 5.7 was the increment after the 5.6.5 release. Crypto++ 6.0 accurately reflects compatibility
Diffstat (limited to 'ecpoint.h')
-rw-r--r--ecpoint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ecpoint.h b/ecpoint.h
index 63d1195e..57f9f55a 100644
--- a/ecpoint.h
+++ b/ecpoint.h
@@ -3,7 +3,7 @@
//! \file ecpoint.h
//! \brief Classes for Elliptic Curve points
-//! \since Crypto++ 5.7
+//! \since Crypto++ 6.0
#ifndef CRYPTOPP_ECPOINT_H
#define CRYPTOPP_ECPOINT_H
@@ -88,7 +88,7 @@ CRYPTOPP_DLL_TEMPLATE_CLASS AbstractGroup<EC2NPoint>;
//! \tparam Point ellicptic curve point
//! \details EncodedPoint is an interface for encoding and decoding elliptic curve points.
//! The template parameter <tt>Point</tt> should be a class like ECP or EC2N.
-//! \since Crypto++ 5.7
+//! \since Crypto++ 6.0
template <class Point>
class EncodedPoint
{