Implement Nova's NIFS.P & NIFS.V (#7)

This commit is contained in:
2023-08-23 15:07:33 +02:00
committed by GitHub
parent 240b916ddf
commit 15e2886e61
4 changed files with 400 additions and 0 deletions

View File

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