Skip to content

Commit

Permalink
Update book/src/tutorial/refreshing-shares.md
Browse files Browse the repository at this point in the history
  • Loading branch information
conradoplg authored Jul 18, 2024
1 parent b71db31 commit 22323c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/tutorial/refreshing-shares.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22323c1

Please sign in to comment.