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 904e81e commit 3fb9a4eCopy full SHA for 3fb9a4e
operator/sp1/lib/src/lib.rs
@@ -55,8 +55,8 @@ pub extern "C" fn verify_sp1_proof_ffi(
55
mod tests {
56
use super::*;
57
58
- const PROOF: &[u8] = include_bytes!("../../../../scripts/test_files/sp1/sp1_fibonacci.proof");
59
- const ELF: &[u8] = include_bytes!("../../../../scripts/test_files/sp1/sp1_fibonacci.elf");
+ const PROOF: &[u8] = include_bytes!("../../../../scripts/test_files/sp1/sp1_fibonacci_4_1_3.proof");
+ const ELF: &[u8] = include_bytes!("../../../../scripts/test_files/sp1/sp1_fibonacci_4_1_3.elf");
60
61
#[test]
62
fn verify_sp1_proof_with_elf_works() {
0 commit comments