Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerTaule committed Oct 24, 2024
1 parent 6e06924 commit 1416fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state-machines/binary/src/binary_basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ impl<F: Field> BinaryBasicSM<F> {
}
}

impl<F: Field + Send + Sync> WitnessComponent<F> for BinaryBasicSM<F> {}
impl<F: Send + Sync> WitnessComponent<F> for BinaryBasicSM<F> {}

impl<F: Field> Provable<ZiskRequiredOperation, OpResult> for BinaryBasicSM<F> {
fn prove(&self, operations: &[ZiskRequiredOperation], drain: bool, scope: &Scope) {
Expand Down

0 comments on commit 1416fbb

Please sign in to comment.