Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoalt committed Nov 7, 2024
1 parent aeb3a20 commit 87d2805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k256/src/arithmetic/field.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cfg_if! {
} else {
cfg_if! {
if #[cfg(all(target_os = "zkvm", target_arch = "riscv32"))] {
mod field_8x32_risc0;
use field_8x32_risc0::FieldElement8x32R0 as FieldElementImpl;
} else if #[cfg(target_pointer_width = "32")] {
use field_10x26::FieldElement10x26 as FieldElementImpl;
} else if #[cfg(target_pointer_width = "64")] {
Expand Down

0 comments on commit 87d2805

Please sign in to comment.