Skip to content

Commit 0955e8d

Browse files
committed
add realistic example input bin
1 parent ee696fa commit 0955e8d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

common/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
pub const INPUT_BYTES_LENGTH: usize = 300_000;
1+
pub const INPUT_BYTES: &[u8] = include_bytes!("../../static/proof_input_example.bin");
2+
pub const INPUT_BYTES_LENGTH: usize = INPUT_BYTES.len();

static/proof_input_example.bin

1.48 MB
Binary file not shown.

0 commit comments

Comments
 (0)