mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
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:
14
Cargo.lock
generated
14
Cargo.lock
generated
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user