Struct pruefung::fletcher16::Fletcher16 [] [src]

pub struct Fletcher16 { /* fields omitted */ }

The Fletcher16 hasher.

Trait Implementations

impl Copy for Fletcher16
[src]

impl Clone for Fletcher16
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Fletcher16
[src]

[src]

Returns the "default value" for a type. Read more

impl Hasher for Fletcher16
[src]

[src]

Writes some data into this Hasher. Read more

[src]

Returns the hash value for the values written so far. Read more

1.3.0
[src]

Writes a single u8 into this hasher.

1.3.0
[src]

Writes a single u16 into this hasher.

1.3.0
[src]

Writes a single u32 into this hasher.

1.3.0
[src]

Writes a single u64 into this hasher.

[src]

🔬 This is a nightly-only experimental API. (i128)

Writes a single u128 into this hasher.

1.3.0
[src]

Writes a single usize into this hasher.

1.3.0
[src]

Writes a single i8 into this hasher.

1.3.0
[src]

Writes a single i16 into this hasher.

1.3.0
[src]

Writes a single i32 into this hasher.

1.3.0
[src]

Writes a single i64 into this hasher.

[src]

🔬 This is a nightly-only experimental API. (i128)

Writes a single i128 into this hasher.

1.3.0
[src]

Writes a single isize into this hasher.

impl BlockInput for Fletcher16
[src]

impl Input for Fletcher16
[src]

[src]

Digest input data. This method can be called repeatedly for use with streaming messages. Read more

impl FixedOutput for Fletcher16
[src]

[src]

Retrieve the digest result. This method consumes digest instance.