mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
Make the cross-group DLEqProof prove constant time
Instead of having if statements for the bits, it now has constant time ops. While there are still if statements guiding the proof itself, they aren't dependent on the data within.
This commit is contained in:
@@ -10,6 +10,8 @@ edition = "2021"
|
||||
thiserror = "1"
|
||||
rand_core = "0.6"
|
||||
|
||||
subtle = "2.4"
|
||||
|
||||
transcript = { package = "flexible-transcript", path = "../transcript", version = "0.1" }
|
||||
|
||||
ff = "0.12"
|
||||
|
||||
Reference in New Issue
Block a user