remove extra comments

This commit is contained in:
Jacob Barthelmeh 2015-03-25 18:09:06 -06:00
parent 4b5a34e378
commit 699aae25a0

View File

@ -1250,8 +1250,6 @@ int fe_isnonzero(const fe f)
unsigned char s[32];
fe_tobytes(s,f);
return ConstantCompare(s,zero,32);
// @TODO see if constant compare is what is inteded
//return crypto_verify_32(s,zero);
}