macro_rules! test_hashes_internal {
($hash_method: ident, $input: expr, $initial_seeds: expr, $expected: expr) => { ... };
}
macro_rules! test_hashes_internal {
($hash_method: ident, $input: expr, $initial_seeds: expr, $expected: expr) => { ... };
}