Skip to content

Commit

Permalink
first try
Browse files Browse the repository at this point in the history
  • Loading branch information
NikZak committed Nov 29, 2023
1 parent def74e8 commit c01343c
Show file tree
Hide file tree
Showing 11 changed files with 21,660 additions and 90 deletions.
3 changes: 2 additions & 1 deletion circom/src/input_user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ mod input_processing {
|| prime_value == "grumpkin"
|| prime_value == "pallas"
|| prime_value == "vesta"
|| prime_value == "secq256k1"
{
Ok(String::from(matches.value_of("prime").unwrap()))
}
Expand Down Expand Up @@ -498,7 +499,7 @@ mod input_processing {
.takes_value(true)
.default_value("bn128")
.display_order(300)
.help("To choose the prime number to use to generate the circuit. Receives the name of the curve (bn128, bls12381, goldilocks, grumpkin, pallas, vesta)"),
.help("To choose the prime number to use to generate the circuit. Receives the name of the curve (bn128, bls12381, goldilocks, grumpkin, pallas, secq256k1, vesta)"),
)
.get_matches()
}
Expand Down
Loading

0 comments on commit c01343c

Please sign in to comment.