serai/processor/key-gen
Luke Parker 59fa49f750 Continue filling out main loop
Adds generics to the db_channel macro, fixes the bug where it needed at least
one key.
2024-09-19 23:36:32 -07:00
..
src Continue filling out main loop 2024-09-19 23:36:32 -07:00
Cargo.toml Smash key-gen out of processor 2024-09-19 23:36:32 -07:00
LICENSE Smash key-gen into independent crate 2024-09-19 23:36:32 -07:00
README.md Add empty serai-processor-signers library 2024-09-19 23:36:32 -07:00

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.