Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
feat(acvm): reexport blackbox_solver crate from acvm (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Jul 12, 2023
1 parent 982d940 commit 517e942
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acvm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ pub use acir;
pub use acir::FieldElement;
// re-export brillig vm
pub use brillig_vm;
// re-export blackbox solver
pub use blackbox_solver;

/// Supported NP complete languages
/// This might need to be in ACIR instead
Expand Down

0 comments on commit 517e942

Please sign in to comment.