Skip to content

Commit

Permalink
r1cs imports
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei committed Nov 18, 2024
1 parent fbc014d commit 9fffd7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions crates/crypto/tct/src/r1cs.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
//! This module defines how to verify TCT auth paths in a rank-1 constraint system.
use crate::{internal::hash::DOMAIN_SEPARATOR, Position, Proof, StateCommitment};
use ark_ff::ToConstraintField;
use ark_r1cs_std::alloc::{AllocVar, AllocationMode};
use ark_r1cs_std::eq::EqGadget;
use ark_r1cs_std::fields::FieldVar;
use ark_r1cs_std::prelude::{Boolean, ToBitsGadget};
use ark_r1cs_std::select::CondSelectGadget;
use ark_r1cs_std::uint64::UInt64;
use ark_r1cs_std::R1CSVar;
use ark_relations::r1cs::{ConstraintSystemRef, SynthesisError};
use decaf377::r1cs::fqvar_ext::FqVarExtension;
use decaf377::{r1cs::FqVar, Fq};
Expand Down

0 comments on commit 9fffd7e

Please sign in to comment.