From 22323c1d3384283cf88e7627bd7e7aec08e6b5ee Mon Sep 17 00:00:00 2001 From: Conrado Gouvea Date: Thu, 18 Jul 2024 18:48:32 -0300 Subject: [PATCH] Update book/src/tutorial/refreshing-shares.md --- book/src/tutorial/refreshing-shares.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/tutorial/refreshing-shares.md b/book/src/tutorial/refreshing-shares.md index 0ef7c8e7..04c22725 100644 --- a/book/src/tutorial/refreshing-shares.md +++ b/book/src/tutorial/refreshing-shares.md @@ -9,7 +9,7 @@ channel](https://frost.zfnd.org/terminology.html#peer-to-peer-channel). The Trusted Dealer needs to first run `compute_refreshing_shares` where the new SecretShares are generated and then verified. This is done with [`KeyPackage::try_from()`](https://docs.rs/frost-core/latest/frost_core/frost/keys/struct.KeyPackage.html#method.try_from): -`caluclate_zero_key` returns a new SecretShare and PublicKeyPackage +`compute_refreshing_shares` returns a new SecretShare and PublicKeyPackage Each new `SecretShare` and `PublicKeyPackage` must then be sent via an [**authenticated** and **confidential** channel ](https://frost.zfnd.org/terminology.html#peer-to-peer-channel) for each