fn md5_suffix_increment_until(
    input: &str,
    test: fn(_: &[u8; 16]) -> bool
) -> u64
Expand description

increments a counter starting at 0 which is appended to input until test returns true for the md5 hash buffer, then returns the counter