Struct seahash::State [] [src]

pub struct State { /* fields omitted */ }

A SeaHash state.

Methods

impl State
[src]

Create a new state vector with some initial values.

Hash a buffer with some seed.

Write another 64-bit integer into the state.

Finalize the state.

Trait Implementations

impl Clone for State
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more