Go to file
Andreas Fackler 81cbe5a63b Implement SyncKeyGen.
This is a _synchronous_ key generation algorithm. We will use it in
`DynamicHoneyBadger`, on top of `HoneyBadger` to satisfy the synchrony
requirements.

It can also be used independently e.g. on top of a blockchain.
2018-07-30 23:52:34 +01:00
.gitignore Initial commit 2018-07-30 13:29:55 +01:00
error.rs Implement threshold signatures. 2018-07-30 23:52:34 +01:00
mod.rs Implement SyncKeyGen. 2018-07-30 23:52:34 +01:00
poly.rs Implement SyncKeyGen. 2018-07-30 23:52:34 +01:00
protobuf_impl.rs note in the broadcast example about the use of keys 2018-07-30 23:52:34 +01:00
serde_impl.rs Implement SyncKeyGen. 2018-07-30 23:52:34 +01:00