Remove commented compatibility methods
parent
5542055327
commit
4fd250c5c4
|
|
@ -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();}
|
||||
|
|
|
|||
Loading…
Reference in New Issue