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:
Luke Parker
2022-10-13 00:38:36 -04:00
parent b334c96906
commit a0a54eb0de
19 changed files with 491 additions and 257 deletions

2
Cargo.lock generated
View File

@@ -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",
]