Remove commented compatibility methods

pull/546/head
Jeffrey Walton 2018-01-19 05:52:45 -05:00
parent 5542055327
commit 4fd250c5c4
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 0 additions and 6 deletions

View File

@ -158,12 +158,6 @@ public:
bool operator==(const ThisClass &rhs) const
{return this->m_groupPrecomputation.GetCurve() == rhs.m_groupPrecomputation.GetCurve() && this->m_gpc.GetBase(this->m_groupPrecomputation) == rhs.m_gpc.GetBase(rhs.m_groupPrecomputation);}
//#ifdef CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITY
//const Point& GetBasePoint() const {return this->GetSubgroupGenerator();}
//const Integer& GetBasePointOrder() const {return this->GetSubgroupOrder();}
//void LoadRecommendedParameters(const OID &oid) {Initialize(oid);}
//#endif
protected:
unsigned int FieldElementLength() const {return GetCurve().GetField().MaxElementByteLength();}
unsigned int ExponentLength() const {return m_n.ByteCount();}