mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-26 13:39:37 +00:00
8380653855
This will replace the signers still in the monolithic Processor binary.
8 lines
364 B
Markdown
8 lines
364 B
Markdown
# 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.
|