Implement a FROST variant of Schnorrkel (#274)

* Minor lint

* Update frost-schnorrkel to the latest modular-frost

* Tidy up the schnorrkel library
This commit is contained in:
Luke Parker
2023-04-10 06:05:17 -04:00
committed by GitHub
parent bc19975a8a
commit 82c34dcc76
7 changed files with 252 additions and 0 deletions

14
Cargo.lock generated
View File

@@ -3080,6 +3080,20 @@ dependencies = [
"sp-api",
]
[[package]]
name = "frost-schnorrkel"
version = "0.1.0"
dependencies = [
"ciphersuite",
"flexible-transcript",
"group 0.13.0",
"modular-frost",
"rand_core 0.6.4",
"schnorr-signatures",
"schnorrkel",
"zeroize",
]
[[package]]
name = "fs-err"
version = "2.9.0"