Struct fasthash::metro::MetroHash128Crc_1 [] [src]

pub struct MetroHash128Crc_1 {}
[]

MetroHash 128-bit hash functions using HW CRC instruction.

Trait Implementations

impl FastHash for MetroHash128Crc_1
[src]

[]

Hash functions for a byte array. For convenience, a seed is also hashed into the result. Read more

[]

Hash functions for a byte array.

impl BuildHasher for MetroHash128Crc_1
[src]

Type of the hasher that will be created.

[]

Creates a new hasher. Read more