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
|
class ProjectiveDoubling
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProjectiveDoubling(const ModularArithmetic &mr, const Integer &m_a, const Integer &m_b, const ECPPoint &Q)
|
ProjectiveDoubling(const ModularArithmetic &m_mr, const Integer &m_a, const Integer &m_b, const ECPPoint &Q)
|
||||||
: mr(mr), firstDoubling(true), negated(false)
|
: mr(m_mr), firstDoubling(true), negated(false)
|
||||||
{
|
{
|
||||||
CRYPTOPP_UNUSED(m_b);
|
CRYPTOPP_UNUSED(m_b);
|
||||||
if (Q.identity)
|
if (Q.identity)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue