diff --git a/book/src/tutorial/refreshing-shares.md b/book/src/tutorial/refreshing-shares.md index cf75b3da..313004e1 100644 --- a/book/src/tutorial/refreshing-shares.md +++ b/book/src/tutorial/refreshing-shares.md @@ -4,7 +4,7 @@ The diagram below shows the refresh share process. Dashed lines represent data being sent through an [authenticated and confidential communication channel](https://frost.zfnd.org/terminology.html#peer-to-peer-channel). - +![Diagram of Refreshing shares, illustrating what is explained in the text](refreshing.png) The Trusted Dealer needs to first run `compute_refreshing_shares()` which returns SecretShares (the "refreshing shares") and a PublicKeyPackage. Each diff --git a/book/src/tutorial/refreshing.png b/book/src/tutorial/refreshing.png index e69de29b..11adeb9b 100644 Binary files a/book/src/tutorial/refreshing.png and b/book/src/tutorial/refreshing.png differ