crypto: torsion clearing for FCMP++

This commit is contained in:
j-berman
2026-07-07 14:32:13 -07:00
parent 52f02f26fc
commit 79a996be02
12 changed files with 314 additions and 4 deletions
-4
View File
@@ -49,10 +49,6 @@ bool operator !=(const ec_scalar &a, const ec_scalar &b) {
return 0 != memcmp(&a, &b, sizeof(ec_scalar));
}
bool operator !=(const ec_point &a, const ec_point &b) {
return 0 != memcmp(&a, &b, sizeof(ec_point));
}
bool operator !=(const key_derivation &a, const key_derivation &b) {
return 0 != memcmp(&a, &b, sizeof(key_derivation));
}