Add initial CCS mod: (#6)

- port initial CCS structure with methods from multifolding-poc
- add R1CS helper methods, which will be used in Nova impl
This commit is contained in:
2023-08-23 10:22:25 +02:00
committed by GitHub
parent bc81fbea59
commit 240b916ddf
3 changed files with 203 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ use thiserror::Error;
pub mod transcript;
use transcript::Transcript;
pub mod ccs;
pub mod pedersen;
pub mod utils;