Trait malwaredb_types::utils::EntropyCalc
source · pub trait EntropyCalc {
// Required method
fn entropy(&self) -> f32;
}Expand description
Calculate the entropy of bytes
pub trait EntropyCalc {
// Required method
fn entropy(&self) -> f32;
}Calculate the entropy of bytes