Function check_all_tree_sums

Source
pub(crate) fn check_all_tree_sums(
    func: &HashX,
    solution: &Solution,
) -> Result<(), Error>
Expand description

Check all tree sums, using the full size defined by EQUIHASH_N.

This will recurse at compile-time into layered tests for 60-, 30-, and 15-bit masks.