Skip to content

Commit

Permalink
chore: fix some comments (#682)
Browse files Browse the repository at this point in the history
Signed-off-by: wangcundashang <wangcundashang@qq.com>
  • Loading branch information
wangcundashang authored Jun 19, 2024
1 parent 36fbf54 commit 7f034a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Besides FROST itself, this repository also provides:

- 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/);
- Distributed key generation as specified in the original paper [FROST20](https://eprint.iacr.org/2020/852.pdf);
- 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;
- 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;
- Rerandomized FROST (paper under review).

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion book/src/dev/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# Coverage

Test coverage checks are performed in the pipeline. This is cofigured here: `.github/workflows/coverage.yaml`
Test coverage checks are performed in the pipeline. This is configured here: `.github/workflows/coverage.yaml`
To run these locally:
1. Install coverage tool by running `cargo install cargo-llvm-cov`
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`)
2 changes: 1 addition & 1 deletion book/src/zcash/ywallet-demo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ywallet Demo Tutorial

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

Ywallet supports [offline
Expand Down
2 changes: 1 addition & 1 deletion plot.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Generate the graphs for the FROST perfomance blog post.
Generate the graphs for the FROST performance blog post.
Install cargo-criterion:
Expand Down

0 comments on commit 7f034a4

Please sign in to comment.