Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hadasz committed Jan 17, 2024
1 parent 009d801 commit 23ecec1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions basic/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,8 @@ use valida_output::{MachineWithOutputChip, OutputChip, WriteInstruction};
use valida_program::{MachineWithProgramChip, ProgramChip};
use valida_range::{MachineWithRangeChip, RangeCheckerChip};


#[derive(Default)]
pub struct BasicMachine<F: PrimeField64 + TwoAdicField, EF: ExtensionField<F>> {

// Core instructions
load32: Load32Instruction,

Expand Down
1 change: 0 additions & 1 deletion machine/src/__internal/prove.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

use crate::__internal::ConstraintFolder;
use crate::proof::ChipProof;
use crate::{Chip, Machine};
Expand Down
1 change: 0 additions & 1 deletion machine/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,5 @@ pub trait Machine<F: Field> {
where
SC: StarkConfig<Val = Self::F, Challenge = Self::EF>;


fn verify<SC: StarkConfig<Val = F>>(proof: &MachineProof<SC>) -> Result<(), ()>;
}

0 comments on commit 23ecec1

Please sign in to comment.