[][src]Struct blake2b256_balloon::Blake2b256BalloonBuilder

pub struct Blake2b256BalloonBuilder(_);

The builder of Blake2b256Balloon.

Methods

impl Blake2b256BalloonBuilder[src]

pub fn new() -> Self[src]

pub fn build(&self) -> Blake2b256Balloon[src]

Methods from Deref<Target = BalloonBuilder>

pub fn build<U, H, A>(&self) -> Balloon<U, H, A> where
    A: HashAlgo<U, H>,
    H: FixedHash<U>,
    U: FixedUint
[src]

pub fn space_cost(&mut self, val: u64) -> &mut BalloonBuilder[src]

pub fn time_cost(&mut self, val: u64) -> &mut BalloonBuilder[src]

pub fn delta(&mut self, val: u64) -> &mut BalloonBuilder[src]

Trait Implementations

impl AsMut<BalloonBuilder> for Blake2b256BalloonBuilder[src]

impl Default for Blake2b256BalloonBuilder[src]

impl DerefMut for Blake2b256BalloonBuilder[src]

impl Deref for Blake2b256BalloonBuilder[src]

type Target = BalloonBuilder

The resulting type after dereferencing.

Auto Trait Implementations

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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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