Skip to content

kostekIV/rush

 
 

Repository files navigation

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

About

rust implementation of Aleph protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.4%
  • Shell 0.6%