Expand description
entest (entropy test) is a program that applies tests to byte sequences stored in files or streams
Re-exports§
pub use entest::Entest;pub use entest::EntestResult;pub use chisqr::ChiSquareCalculation;pub use mc::MonteCarloCalculation;pub use mean::MeanCalculation;pub use sc::SerialCorrelationCoefficientCalculation;pub use shannon::ShannonCalculation;
Modules§
- chisqr
- the Chi Square test.
- entest
- entest
- mc
- the Monte Carlo test.
- mean
- the Mean entropy test.
- sc
- the Serial Correlation Coefficient test.
- shannon
- the Shannon entropy test.
Macros§
Traits§
- DynEntropy
Tester Deprecated - old-style, deprecated, kept only for compatibility. please use EntropyTest instead.
- Entropy
Test - Tests entropy bits of provided byte stream.
- Entropy
Test Ext - extension of EntropyTest. but it is not dyn-compatible (object-safety).
- Entropy
Tester Deprecated - old-style, deprecated, kept only for compatibility. please use EntropyTest instead.
Functions§
- error_
ratio - define expected value is
correct, then calculate error ratio ofactual.
Type Aliases§
- Dec
- Strictly exact precision fixed-size decimal number signed number with 256-bit integer for decimal digits.