move old resources from protocol toolkit
This commit is contained in:
parent
88a381fd34
commit
632be7cbf5
31 changed files with 357 additions and 466 deletions
20
zero_knowledge/proofs/nova/README.md
Normal file
20
zero_knowledge/proofs/nova/README.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
## nova
|
||||
|
||||
<br>
|
||||
|
||||
### tl; dr
|
||||
|
||||
<br>
|
||||
|
||||
* nova is the state of the art and high-speed for recursive snarks, using R1CS arithmetization, it can be thought of as a preprocessor for zksnarks.
|
||||
* nova can shrink the cost (in number of r1cs constraints) of checking N instances of a problem to one instance of the same problem.
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
### cool resources
|
||||
|
||||
<br>
|
||||
|
||||
* **[nova: recursive snarks without trusted setup, by microsoft](https://github.com/microsoft/Nova)**
|
Loading…
Add table
Add a link
Reference in a new issue