We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615d0dd commit f15cb6cCopy full SHA for f15cb6c
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