Skip to main content

find_algorithm

Function find_algorithm 

Source
pub fn find_algorithm<'a>(
    strspec: &str,
    bytes: &[&'a [u8]],
    sums: SegmentChecksum<'_>,
    verbosity: u64,
    extended_search: bool,
) -> Result<AlgorithmFinder<'a>, DelsumError>