Update FROST signing to match the IETF draft

Modernizes dependencies
This commit is contained in:
Luke Parker
2022-04-23 03:49:30 -04:00
parent 76a6ff46be
commit e22dcb1441
18 changed files with 226 additions and 724 deletions

View File

@@ -11,7 +11,7 @@ rand_core = "0.6"
subtle = "2.4"
ff = "0.10"
group = "0.10"
ff = "0.11"
group = "0.11"
curve25519-dalek = "3.2"