Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
John Guibas authored and John Guibas committed Feb 12, 2024
1 parent 4b34f50 commit b03e4b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions core/src/utils/programs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ pub mod tests {
pub const SECP256K1_ADD_ELF: &[u8] =
include_bytes!("../../../programs/test/secp256k1-add/elf/riscv32im-curta-zkvm-elf");

pub const SECP256K1_DECOMPRESS_ELF: &[u8] = include_bytes!(
"../../../programs/test/secp256k1-decompress/elf/riscv32im-curta-zkvm-elf"
);
pub const SECP256K1_DECOMPRESS_ELF: &[u8] =
include_bytes!("../../../programs/test/secp256k1-decompress/elf/riscv32im-curta-zkvm-elf");

pub const SECP256K1_DOUBLE_ELF: &[u8] =
include_bytes!("../../../programs/test/secp256k1-double/elf/riscv32im-curta-zkvm-elf");
Expand Down

0 comments on commit b03e4b4

Please sign in to comment.