[][src]Struct bee_crypto::ternary::sponge::CurlP81

pub struct CurlP81(_);

CurlP with a fixed number of 81 rounds.

Implementations

impl CurlP81[src]

pub fn new() -> Self[src]

Creates a new CurlP81.

Methods from Deref<Target = CurlP>

Trait Implementations

impl Default for CurlP81[src]

impl Deref for CurlP81[src]

type Target = CurlP

The resulting type after dereferencing.

impl DerefMut for CurlP81[src]

Auto Trait Implementations

impl RefUnwindSafe for CurlP81

impl Send for CurlP81

impl Sync for CurlP81

impl Unpin for CurlP81

impl UnwindSafe for CurlP81

Blanket Implementations

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

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

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

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

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

impl<T, U> Sponge for U where
    T: Sponge,
    U: DerefMut<Target = T>, 
[src]

type Error = <T as Sponge>::Error

An error indicating that a failure has occured during a sponge operation.

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.