1 //! Some utility modules live here. See individual sub-modules for more info.
7 pub(crate) mod byte_utils;
8 pub(crate) mod chacha20;
9 pub(crate) mod chacha20poly1305rfc;
10 pub(crate) mod internal_traits;
12 pub(crate) mod transaction_utils;
15 pub(crate) mod ser_macros;
17 pub(crate) mod macro_logger;
19 // These have to come after macro_logger to build
23 #[cfg(feature = "fuzztarget")]
24 pub use self::rng::{reset_rng_state, fill_bytes};
27 pub(crate) mod test_utils;