mirror of
https://github.com/arnaucube/Nova.git
synced 2026-02-02 17:26:40 +01:00
traits for a vector commitment engine and a polynomial evaluation engine (#136)
make spartan generic over the evaluation engine update version disable Wasm CI check
This commit is contained in:
@@ -182,7 +182,6 @@ pub fn synthesize_bits<F: PrimeField, CS: ConstraintSystem<F>>(
|
||||
bits: Option<Vec<bool>>,
|
||||
) -> Result<Vec<AllocatedBit>, SynthesisError> {
|
||||
(0..F::NUM_BITS)
|
||||
.into_iter()
|
||||
.map(|i| {
|
||||
AllocatedBit::alloc(
|
||||
cs.namespace(|| format!("bit {i}")),
|
||||
|
||||
Reference in New Issue
Block a user