Skip to content

Commit

Permalink
fix: no-std
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Kindi-0 committed Jan 27, 2025
1 parent db57f64 commit ad99c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ fn main() {
}

#[cfg(not(feature = "std"))]
println!("Proof security: {} bits", conjectured_security_level.0);
println!("Proof security: {} bits", conjectured_security_level);

#[cfg(feature = "std")]
println!("Proof hash: {}", hex::encode(blake3::hash(&proof_bytes).as_bytes()));
Expand Down

0 comments on commit ad99c97

Please sign in to comment.