Fix abbreviations from the paper: ABA.

This commit is contained in:
Andreas Fackler 2018-10-25 12:07:33 +02:00 committed by Andreas Fackler
parent 7aad658511
commit c6e0406596
1 changed files with 6 additions and 6 deletions

View File

@ -142,12 +142,12 @@ Our implementation modifies the protocols described in "[The Honey Badger of BFT
We have simplified algorithm naming conventions from the original paper.
| Algorithm Name | Original Name |
| ---------------- | -------------------------------- |
| Honey Badger | HoneyBadgerBFT |
| Subset | Asynchronous Common Subset (ACS) |
| Broadcast | Reliable Broadcast (RBC) |
| Binary Agreement | Binary Byzantine Agreement (BBA) |
| Algorithm Name | Original Name |
| ---------------- | --------------------------------------------- |
| Honey Badger | HoneyBadgerBFT |
| Subset | Asynchronous Common Subset (ACS) |
| Broadcast | Reliable Broadcast (RBC) |
| Binary Agreement | Asynchronous Binary Byzantine Agreement (ABA) |
## Contributing