Clear duplicate symbol warning from AIX linker
parent
923cf95571
commit
3290711a82
|
|
@ -47,7 +47,7 @@ static void ECDSA_TestInstantiations()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ANONYMOUS_NAMESPACE_BEGIN
|
ANONYMOUS_NAMESPACE_BEGIN
|
||||||
Integer ConvertToInteger(const PolynomialMod2 &x)
|
inline Integer ConvertToInteger(const PolynomialMod2 &x)
|
||||||
{
|
{
|
||||||
unsigned int l = x.ByteCount();
|
unsigned int l = x.ByteCount();
|
||||||
SecByteBlock temp(l);
|
SecByteBlock temp(l);
|
||||||
|
|
@ -60,7 +60,7 @@ inline Integer ConvertToInteger(const Integer &x)
|
||||||
return x;
|
return x;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CheckMOVCondition(const Integer &q, const Integer &r)
|
inline bool CheckMOVCondition(const Integer &q, const Integer &r)
|
||||||
{
|
{
|
||||||
// see "Updated standards for validating elliptic curves", http://eprint.iacr.org/2007/343
|
// see "Updated standards for validating elliptic curves", http://eprint.iacr.org/2007/343
|
||||||
Integer t = 1;
|
Integer t = 1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue