Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 466 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 466 Bytes

contagion

This crate provides an implementation of the Contagion probabilistic secure broadcast algorithm on top of the drop crate.

Using contagion

Currently contagion is not published on crates.io but you can still use the pre-release version using git

contagion = { git = "https://gihub.com/Distributed-EPFL/contagion" }

Documentation can be generated locally on your machine after cloning the repository using

cargo doc --open