Skip to content

Commit

Permalink
invert
Browse files Browse the repository at this point in the history
  • Loading branch information
umadayal committed Dec 5, 2024
1 parent 9bb49f4 commit e48676d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/core/executor/src/hook.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use hashbrown::HashMap;
use sp1_curves::{
ecdsa::RecoveryId as ecdsaRecoveryId,
k256::{Invert, RecoveryId, Signature, VerifyingKey},
p256::{Signature as p256Signature, VerifyingKey as p256VerifyingKey},
p256::{Invert as p256Invert, Signature as p256Signature, VerifyingKey as p256VerifyingKey},

Check failure on line 9 in crates/core/executor/src/hook.rs

View workflow job for this annotation

GitHub Actions / Formatting & Clippy

unused import: `Invert`

Check warning on line 9 in crates/core/executor/src/hook.rs

View workflow job for this annotation

GitHub Actions / Cargo Check

unused import: `Invert`

Check warning on line 9 in crates/core/executor/src/hook.rs

View workflow job for this annotation

GitHub Actions / Test (x86-64)

unused import: `Invert`

Check warning on line 9 in crates/core/executor/src/hook.rs

View workflow job for this annotation

GitHub Actions / Test (ARM)

unused import: `Invert`
};

use crate::Executor;
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified examples/elf/riscv32im-succinct-zkvm-elf
Binary file not shown.

0 comments on commit e48676d

Please sign in to comment.