Tweak multiexp to Zeroize points when invoked in constant time, not just scalars

This commit is contained in:
Luke Parker
2025-08-19 22:28:59 -04:00
parent 8a1b56a928
commit 17c1d5cd6b
8 changed files with 18 additions and 12 deletions

2
Cargo.lock generated
View File

@@ -5119,7 +5119,7 @@ dependencies = [
[[package]]
name = "multiexp"
version = "0.4.0"
version = "0.4.1"
dependencies = [
"dalek-ff-group",
"ff",