Struct crc::crc64::Digest [] [src]

pub struct Digest { /* fields omitted */ }

Methods

impl Digest
[src]

Trait Implementations

impl Hasher64 for Digest
[src]

impl Hasher for Digest
[src]

Implementation of std::hash::Hasher so that types which #[derive(Hash)] can hash with Digest.

Writes some data into this Hasher.

Completes a round of hashing, producing the output hash generated.

Write a single u8 into this hasher.

Writes a single u16 into this hasher.

Writes a single u32 into this hasher.

Writes a single u64 into this hasher.

Writes a single usize into this hasher.

Writes a single i8 into this hasher.

Writes a single i16 into this hasher.

Writes a single i32 into this hasher.

Writes a single i64 into this hasher.

Writes a single isize into this hasher.