Struct snarkvm_wasm::algorithms::prf::Blake2sOutputGadget[][src]

pub struct Blake2sOutputGadget(pub Vec<UInt8, Global>);

Trait Implementations

impl<F> AllocGadget<[u8; 32], F> for Blake2sOutputGadget where
    F: PrimeField
[src]

impl Clone for Blake2sOutputGadget[src]

impl<F> CondSelectGadget<F> for Blake2sOutputGadget where
    F: PrimeField
[src]

impl<F> ConditionalEqGadget<F> for Blake2sOutputGadget where
    F: PrimeField
[src]

impl Debug for Blake2sOutputGadget[src]

impl Eq for Blake2sOutputGadget[src]

impl<F> EqGadget<F> for Blake2sOutputGadget where
    F: PrimeField
[src]

impl PartialEq<Blake2sOutputGadget> for Blake2sOutputGadget[src]

impl<F> ToBytesGadget<F> for Blake2sOutputGadget where
    F: PrimeField
[src]

Auto Trait Implementations

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<F, T> ConditionalOrEqualsGadget<F> for T where
    T: ConditionalEqGadget<F> + CondSelectGadget<F>,
    F: Field
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

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

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

impl<F, T> OrEqualsGadget<F> for T where
    T: ConditionalOrEqualsGadget<F>,
    F: Field
[src]

impl<T> Pointable for T

type Init = T

The type for initializers.

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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<V, T> VZip<V> for T where
    V: MultiLane<T>,