From fe33201b75497531ee80d5a17ee10c140374c623 Mon Sep 17 00:00:00 2001 From: falcon-updater Date: Sun, 30 Jun 2019 19:24:27 +0100 Subject: [PATCH] Added medium post on threshold cryptography to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5fecb98..b5f8411 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ Please see the following posts for more details: - [POA Network: How Honey Badger BFT Consensus Works](https://medium.com/poa-network/poa-network-how-honey-badger-bft-consensus-works-4b16c0f1ff94) +- [POA Network: Honey Badger BFT and Threshold Cryptography](https://medium.com/poa-network/poa-network-honey-badger-bft-and-threshold-cryptography-c43e10fadd87) + ## Algorithms - **[Honey Badger](src/honey_badger/honey_badger.rs):** Each node inputs transactions. The protocol outputs a sequence of batches of transactions.