Skip to content

Commit

Permalink
refactor: Remove DirectSNARK functionality (argumentcomputer#225)
Browse files Browse the repository at this point in the history
- Removed `direct` module entirely from the `spartan` module.
  • Loading branch information
huitseeker authored Jan 3, 2024
1 parent 6b39442 commit c2def36
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 286 deletions.
285 changes: 0 additions & 285 deletions src/spartan/direct.rs

This file was deleted.

1 change: 0 additions & 1 deletion src/spartan/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

pub mod batched;
pub mod batched_ppsnark;
pub mod direct;
#[macro_use]
mod macros;
pub(crate) mod math;
Expand Down

0 comments on commit c2def36

Please sign in to comment.