Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 661 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 661 Bytes

CI

rush

rust implementation of Aleph protocol

examples

There is a dummy implementation of an honest committee member that is not cryptographically secure and serves only as a working example of what has to be implemented and not how it should be implemented. For detailed information on what is required from a client using this library see Documentation. The example may be run using:

cargo run --example dummy_honest my_id n_members n_finalized

my_id -- our index, 0-based
n_members -- size of the committee
n_finalized -- number of data to be finalized