serai/coordinator
Luke Parker dfa3106a38
Fix incorrect sig_hash generation
sig_hash was used as a challenge. challenges should be of the form H(R, A, m).
These sig hashes were solely H(A, m), allowing trivial forgeries.
2023-06-08 06:38:25 -04:00
..
src Fix incorrect sig_hash generation 2023-06-08 06:38:25 -04:00
tributary Fix incorrect sig_hash generation 2023-06-08 06:38:25 -04:00
Cargo.toml Create a vote transaction upon GeneratedKeyPair 2023-05-10 00:46:51 -04:00
LICENSE Add empty coordinator 2023-04-11 09:21:35 -04:00
README.md Add empty coordinator 2023-04-11 09:21:35 -04:00

Coordinator

The Serai coordinator communicates with other coordinators to prepare batches for Serai and sign transactions.

In order to achieve consensus over gossip, and order certain events, a micro-blockchain is instantiated.