Cleared warning 'Warning: mr hides CryptoPP::ProjectiveDoubling::mr'
parent
f836f741e8
commit
d67d32dab0
4
ecp.cpp
4
ecp.cpp
|
|
@ -298,8 +298,8 @@ struct ProjectivePoint
|
|||
class ProjectiveDoubling
|
||||
{
|
||||
public:
|
||||
ProjectiveDoubling(const ModularArithmetic &mr, const Integer &m_a, const Integer &m_b, const ECPPoint &Q)
|
||||
: mr(mr), firstDoubling(true), negated(false)
|
||||
ProjectiveDoubling(const ModularArithmetic &m_mr, const Integer &m_a, const Integer &m_b, const ECPPoint &Q)
|
||||
: mr(m_mr), firstDoubling(true), negated(false)
|
||||
{
|
||||
CRYPTOPP_UNUSED(m_b);
|
||||
if (Q.identity)
|
||||
|
|
|
|||
Loading…
Reference in New Issue