Add stats for fuzzing

This commit is contained in:
Julien Cretin
2020-11-16 22:34:42 +01:00
parent cd898fbbf7
commit fcc9484510
3 changed files with 191 additions and 0 deletions

View File

@@ -29,6 +29,9 @@
#![allow(dead_code)]
mod histogram;
mod stats;
pub use stats::{StatKey, Stats};
/// Bit-level entropy source based on a byte slice shared reference.
///