Crate shannon

Crate shannon 

Source
Expand description

Shannon entropy calculation library.

Provides functions for calculating Shannon entropy of byte sequences, useful for analyzing randomness and information density in data.

Functionsยง

entropy
Calculates the Shannon entropy of a byte slice.
total_entropy
Calculates the total Shannon entropy of a byte slice.