[][src]Struct balloons::Balloon

pub struct Balloon<U, H, A> where
    U: FixedUint,
    H: FixedHash<U>,
    A: HashAlgo<U, H>, 
{ /* fields omitted */ }

An abstract implementation of [Balloon Hashing].

Can be created by the BalloonBuilder.

Methods

impl<U, H, A> Balloon<U, H, A> where
    U: FixedUint,
    H: FixedHash<U>,
    A: HashAlgo<U, H>, 
[src]

pub fn hash<T1, T2>(&self, passwd: T1, salt: T2) -> Result<H> where
    T1: AsRef<[u8]>,
    T2: AsRef<[u8]>, 
[src]

Auto Trait Implementations

impl<U, H, A> Send for Balloon<U, H, A> where
    A: Send,
    H: Send,
    U: Send

impl<U, H, A> Sync for Balloon<U, H, A> where
    A: Sync,
    H: Sync,
    U: Sync

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]