Smash key-gen out of processor

Resolves some bad assumptions made regarding keys being unique or not.
This commit is contained in:
Luke Parker
2024-08-16 17:01:45 -04:00
parent f3b91bd44f
commit 2f29c91d30
9 changed files with 335 additions and 312 deletions

View File

@@ -0,0 +1,8 @@
# Key Generation
This library implements the Distributed Key Generation (DKG) for the Serai
protocol. Two invocations of the eVRF-based DKG are performed, one for Ristretto
(to have a key to oraclize values onto the Serai blockchain with) and one for
the external network's curve.
This library is interacted with via the `serai-processor-messages::key_gen` API.