From b85bab68f917339e406ba64fe3468d681699bca8 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Thu, 22 Mar 2018 11:12:12 -0400 Subject: Add warning comment --- src/lib/pubkey/ec_group/curve_gfp.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/lib') diff --git a/src/lib/pubkey/ec_group/curve_gfp.h b/src/lib/pubkey/ec_group/curve_gfp.h index d92283b11..8a83a9c41 100644 --- a/src/lib/pubkey/ec_group/curve_gfp.h +++ b/src/lib/pubkey/ec_group/curve_gfp.h @@ -61,6 +61,12 @@ class BOTAN_UNSTABLE_API CurveGFp_Repr /** * This class represents an elliptic curve over GF(p) +* +* There should not be any reason for applications to use this type. +* If you need EC primitives use the interfaces EC_Group and PointGFp +* +* It is likely this class will be removed entirely in a future major +* release. */ class BOTAN_UNSTABLE_API CurveGFp final { -- cgit v1.2.3