add warning about fuzzing being enabled

This commit is contained in:
Andrew Poelstra 2020-12-22 17:34:50 +00:00
parent 85075a654c
commit 29316efff5
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@
#[cfg(any(test, feature = "std"))]
extern crate core;
#[cfg(rust_secp_fuzz)]
const THIS_UNUSED_CONSTANT_IS_YOUR_WARNING_THAT_ALL_THE_CRYPTO_IN_THIS_LIB_IS_DISABLED_FOR_FUZZING: usize = 0;
#[macro_use]
mod macros;
pub mod types;