From 4061d642f686f3d291651baf452f4a844b2e9a5d Mon Sep 17 00:00:00 2001 From: arnaucube Date: Tue, 16 Jan 2024 09:28:49 +0100 Subject: [PATCH] Readme: add link to Carlos talk on folding schemes --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06ffdf0c..52770c28 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # folding-schemes -(brief description) +(brief description) .. implemented on [arkworks](https://github.com/arkworks-rs). > **Warning**: experimental code, do not use in production. @@ -17,6 +17,11 @@ WIP: ## Usage +### Folding Schemes introduction +[introductory text here] + +- https://youtu.be/IzLTpKWt-yg?t=6367 , where [Carlos PĂ©rez](https://twitter.com/CPerezz19) overviews the features of folding schemes and what can be build with them. + ### Overview Suppose that the user inputs a circuit that follows the IVC structure, chooses which Folding Scheme to use (eg. Nova), and which Decider (eg. Spartan over Pasta curve).