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.