mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
Update to FROST v11
Ensures random functions never return zero. This, combined with a check commitments aren't 0, causes no serialized elements to be 0. Also directly reads their vectors.
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -4578,8 +4578,10 @@ dependencies = [
|
||||
"multiexp",
|
||||
"p256",
|
||||
"rand_core 0.6.4",
|
||||
"serde_json",
|
||||
"sha2 0.10.6",
|
||||
"sha3 0.10.5",
|
||||
"subtle",
|
||||
"thiserror",
|
||||
"zeroize",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user