Skip to content

Commit

Permalink
Fixed linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mxaddict committed Feb 13, 2024
1 parent 04f9d9f commit bb909f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/blsct/arith/mcl/mcl_init.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Create an instance of this class somewhere at the beginning
* of the execution of an executable to initialize Mcl library.
* volatile keyword is necessary to protect the instance from
* comipler optimization. e.g.
* compiler optimization. e.g.
*
* ```
* void main() {
Expand Down
2 changes: 1 addition & 1 deletion src/blsct/set_mem_proof/verifying_equations.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ for (size_t i=0; i<num_rounds; ++i) {
}
```

This adds $L$ and $R$ of each round of `IIPA` to the sum mutiplying $x^2$ and $x^{-2}$ of the corresponding round.
This adds $L$ and $R$ of each round of `IIPA` to the sum multiplying $x^2$ and $x^{-2}$ of the corresponding round.

Note that $x$ and $x^{-1}$ are random values generated in each round except for the final round. $L$ and $R$ are not calculated in the final round either.

Expand Down

0 comments on commit bb909f7

Please sign in to comment.