Skip to content

Commit

Permalink
git commit -am
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJepsen committed Oct 22, 2024
1 parent b9e14a6 commit b617eae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tests.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use std::collections::HashMap;

use log::debug;
use proofs::program::{self, data::{CircuitData, FoldInput, InstructionConfig, R1CSType, SetupData, WitnessGeneratorType}};
use serde_json::json;
use proofs::program::{self, data::{CircuitData, FoldInput, InstructionConfig, NotExpanded, Online, ProgramData, R1CSType, SetupData, WitnessGeneratorType}};
use serde_json::{json, Value};

const ENTRY_EXTERNAL_R1CS: &[u8] = include_bytes!("entry.r1cs");
const ENTRY_WITNESS_GENERATOR: &[u8] = include_bytes!("entry.bin");
Expand Down Expand Up @@ -60,7 +60,7 @@ fn test_setup() {
public_params,
setup_data,
rom_data,
rom,
rom: rom.to_vec(),
initial_nivc_input,
inputs,
witnesses: vec![],
Expand Down

0 comments on commit b617eae

Please sign in to comment.