1 2 3 4 5 6 7
use crate::OpSpec; /// All hash specs. #[inline] pub fn specs() -> Vec<OpSpec> { vec![fnv1a32::spec(), crc32c::spec(), murmur3_32::spec()] }