serai/processor/key-gen/README.md
Luke Parker 2f29c91d30 Smash key-gen out of processor
Resolves some bad assumptions made regarding keys being unique or not.
2024-09-19 23:36:32 -07:00

364 B

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.