BEAT: Asynchronous BFT Made Practical
☆18Mar 4, 2020Updated 6 years ago
Alternatives and similar repositories for beat
Users that are interested in beat are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- ☆11Nov 29, 2022Updated 3 years ago
- information-theoretic asynchronous BFT☆21Jul 25, 2024Updated last year
- 一个Byzantine容错的分布式共识协议研究与实现☆21Jul 25, 2021Updated 4 years ago
- ☆14Jan 14, 2022Updated 4 years ago
- Reverse engineering framework.☆36Jun 17, 2022Updated 4 years ago
- End-to-end encrypted cloud storage - Proton Drive • AdSpecial offer: 40% Off Yearly / 80% Off First Month. Protect your most important files, photos, and documents from prying eyes.
- Source code for the ICDE 2023 paper "Scaling Blockchain Consensus via a Robust Shared Mempool"☆26Sep 27, 2022Updated 3 years ago
- Implementation and simulations for the "Reducing Metadata Leakage from Encrypted Data and Communication with PURBs" paper☆30Oct 26, 2023Updated 2 years ago
- Mixnet and Anonymous Communication Networks (ACN) research☆22Oct 7, 2019Updated 6 years ago
- Implementing the algorithm from our paper: "A Reputation Mechanism Is All You Need: Collaborative Fairness and Adversarial Robustness in …☆39May 28, 2024Updated 2 years ago
- A Go-based Paxos Implementation.☆24May 30, 2016Updated 10 years ago
- ARV: Asynchronous RISC-V Go High-level Functional Model☆25May 18, 2021Updated 5 years ago
- ☆14Jun 10, 2025Updated last year
- Simply and Easily cross-compile the Rust sysroot crates.☆14Jan 24, 2022Updated 4 years ago
- PBFT是经典的拜占庭容错算法,其不依赖同步性假设、以及显著高于同类算法的性能,达到了Pratical(实用)而广受推崇,也是目前联盟链中广泛采用的共识算法。本文结合理解对算法论文前5章做了释译。