Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
puma314 committed Sep 16, 2023
1 parent b186398 commit 760823a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plonky2x/src/frontend/num/nonnative/nonnative.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ impl<FF: PrimeField> CircuitVariable for NonNativeTarget<FF> {
.constants
.insert(*variable, L::Field::from_canonical_u32(big_int_rep[i]));
}
builder.constants.insert(target, value);
return target;
}

Expand Down

0 comments on commit 760823a

Please sign in to comment.