arkworks-rs / r1cs-tutorial

Tutorial for writing constraints in the `arkworks` framework
Apache License 2.0
203 stars 79 forks source link

Change the window size #3

Closed weikengchen closed 3 years ago

weikengchen commented 3 years ago

Description

This PR changes the window size of Pedersen to be more standard, as Shumo (@shechu) pointed out.

This PR also does cargo fmt. ~Note that some tests in rollup seem not successful, which may need some attention.~ Just realize that they are intentional.

closes: #2


Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why.

We may also need to clean up the CHANGELOG sometimes.