pub trait EntropyCalc { // Required method fn entropy(&self) -> f32; }
Calculate the entropy of bytes
Calculate entropy (0-8) for some sequence