[][src]Trait balloons::FixedHash

pub trait FixedHash<U>: AsRef<[u8]> where
    U: FixedUint
{ fn to_int(&self) -> U { ... } }

The return type of balloon hashing algorithm.

Also, it's the return type of the internal hash algorithm.

Provided methods

fn to_int(&self) -> U

Convert to the associated unsigned integer.

Loading content...

Implementors

Loading content...