diff options
author | Jack Lloyd <[email protected]> | 2018-03-22 11:12:12 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-03-22 11:12:12 -0400 |
commit | b85bab68f917339e406ba64fe3468d681699bca8 (patch) | |
tree | 8c21464b821b013a2c60d776a03e5dd678ce1576 /src/lib | |
parent | 6ca983e6c392ac75ac62701a1c7190564c738285 (diff) |
Add warning comment
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/pubkey/ec_group/curve_gfp.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 { |