Skip to content

Commit

Permalink
Rename bellperson to bellpepper in comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
porcuquine committed Oct 20, 2023
1 parent d0d6281 commit d87c5c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/circuit/gadgets/constraints.rs
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ pub(crate) fn and_v<CS: ConstraintSystem<F>, F: PrimeField>(
Ok(and)
}

/// This is a replication of Bellperson's original `and`, but receives a mutable
/// This is a replication of Bellpepper's original `and`, but receives a mutable
/// reference for the constraint system instead of a copy
#[allow(dead_code)]
pub(crate) fn and<CS: ConstraintSystem<F>, F: PrimeField>(
Expand Down
2 changes: 1 addition & 1 deletion src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ enum Command {
Repl(ReplArgs),
/// Verifies a Lurk proof
Verify(VerifyArgs),
/// Instantiates a new circom gadget to interface with bellperson.
/// Instantiates a new circom gadget to interface with bellpepper.
///
/// See `lurk circom --help` for more details
#[command(verbatim_doc_comment)]
Expand Down
2 changes: 1 addition & 1 deletion src/lem/circuit.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! ## Constraint system for LEM
//!
//! This module implements the generation of bellperson constraints for LEM, such
//! This module implements the generation of bellpepper constraints for LEM, such
//! that it can be used with Nova folding to prove evaluations of Lurk expressions.
//!
//! ### "Concrete" and "virtual" paths
Expand Down

0 comments on commit d87c5c0

Please sign in to comment.