mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-24 12:39:33 +00:00
1e8a9ec5bd
Abstract, to be done for the transactions, the batches, the cosigns, the slash reports, everything. It has a minimal API itself, intending to be as clear as possible. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE | ||
README.md |
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.