pub fn clear_hash_cache()Expand description
Clear hash operation cache
Useful for benchmarking to ensure consistent results without cache state pollution between runs.
ยงExample
use blvm_consensus::script::clear_hash_cache;
// Clear cache before benchmark run
clear_hash_cache();