// Shannon entropy operation module.
pub mod kernel;
pub use kernel::{
constants, entropy_program, input_byte, laws, probability_bucket, spec,
uniform_byte_distribution_entropy, ALL_SAME_BYTE_ENTROPY, ENTROPY_SCALE, HISTOGRAM_BUCKETS,
INPUTS, LAWS, SPEC, UNIFORM_BYTE_DISTRIBUTION_ENTROPY,
};
// Backend-specific lowering tripwires for entropy.
// Fixed-point Shannon entropy approximation as a Category A IR composition.