We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee696fa commit 0955e8dCopy full SHA for 0955e8d
common/src/lib.rs
@@ -1 +1,2 @@
1
-pub const INPUT_BYTES_LENGTH: usize = 300_000;
+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
0 commit comments