Skip to content

Commit

Permalink
Fix compile error cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Aug 26, 2024
1 parent 18db623 commit 0acd099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sha2/src/sha256/riscv_zknh_compact.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use core::arch::riscv64::*;
target_feature = "zknh",
any(target_feature = "zbb", target_feature = "zbkb")
)))]
compile_error!("riscv-zknh backend requires zknh and zbkb (or zbb) target features");
compile_error!("riscv-zknh-compact backend requires zknh and zbkb (or zbb) target features");

#[inline(always)]
fn ch(x: u32, y: u32, z: u32) -> u32 {
Expand Down

0 comments on commit 0acd099

Please sign in to comment.