Skip to content

Commit 7f034a4

Browse files
chore: fix some comments (ZcashFoundation#682)
Signed-off-by: wangcundashang <[email protected]>
1 parent 36fbf54 commit 7f034a4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Besides FROST itself, this repository also provides:
3030

3131
- Trusted dealer key generation as specified in the appendix of ['Two-Round Threshold Schnorr Signatures with FROST'](https://datatracker.ietf.org/doc/draft-irtf-cfrg-frost/);
3232
- Distributed key generation as specified in the original paper [FROST20](https://eprint.iacr.org/2020/852.pdf);
33-
- Repairable Theshold Scheme (RTS) from ['A Survey and Refinement of Repairable Threshold Schemes'](https://eprint.iacr.org/2017/1155) which allows a participant to recover a lost share with the help of a threshold of other participants;
33+
- Repairable Threshold Scheme (RTS) from ['A Survey and Refinement of Repairable Threshold Schemes'](https://eprint.iacr.org/2017/1155) which allows a participant to recover a lost share with the help of a threshold of other participants;
3434
- Rerandomized FROST (paper under review).
3535

3636
## Getting Started

book/src/dev/developer-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# Coverage
1010

11-
Test coverage checks are performed in the pipeline. This is cofigured here: `.github/workflows/coverage.yaml`
11+
Test coverage checks are performed in the pipeline. This is configured here: `.github/workflows/coverage.yaml`
1212
To run these locally:
1313
1. Install coverage tool by running `cargo install cargo-llvm-cov`
1414
2. Run `cargo llvm-cov --ignore-filename-regex '.*(tests).*|benches.rs|gencode|helpers.rs'` (you may be asked if you want to install `llvm-tools-preview`, if so type `Y`)

book/src/zcash/ywallet-demo.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ywallet Demo Tutorial
22

3-
This tutorial explaing how to run the FROST demo using Ywallet that was
3+
This tutorial explaining how to run the FROST demo using Ywallet that was
44
[presented during Zcon4](https://www.youtube.com/watch?v=xvzESdDtczo).
55

66
Ywallet supports [offline

plot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
3-
Generate the graphs for the FROST perfomance blog post.
3+
Generate the graphs for the FROST performance blog post.
44
55
Install cargo-criterion:
66

0 commit comments

Comments
 (0)