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

Contagion probabilistic reliable broadcast algorithm

Notifications You must be signed in to change notification settings

Distributed-EPFL/contagion

Repository files navigation

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

About

Contagion probabilistic reliable broadcast algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages