We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9885ed4 commit 24c5c79Copy full SHA for 24c5c79
lightning/src/crypto/mod.rs
@@ -1,3 +1,4 @@
1
+#[cfg(not(fuzzing))]
2
use bitcoin::hashes::cmp::fixed_time_eq;
3
4
pub(crate) mod chacha20;
0 commit comments