Skip to content

Commit

Permalink
no-std fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratyush committed Jan 26, 2024
1 parent 74263a6 commit e7a75be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/r1cs_var.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use ark_ff::Field;
use ark_relations::r1cs::{ConstraintSystemRef, SynthesisError};
use ark_std::vec::Vec;

/// This trait describes some core functionality that is common to high-level
/// variables, such as `Boolean`s, `FieldVar`s, `GroupVar`s, etc.
Expand Down

0 comments on commit e7a75be

Please sign in to comment.