Struct snarkvm_wasm::Blake2s [−][src]
pub struct Blake2s;
Trait Implementations
impl<F> PRFGadget<Blake2s, F> for Blake2sGadget where
F: PrimeField,
[src]
impl<F> PRFGadget<Blake2s, F> for Blake2sGadget where
F: PrimeField,
[src]type OutputGadget = Blake2sOutputGadget
pub fn new_seed<CS>(cs: CS, seed: &[u8; 32]) -> Vec<UInt8, Global> where
CS: ConstraintSystem<F>,
[src]
CS: ConstraintSystem<F>,
pub fn check_evaluation_gadget<CS>(
cs: CS,
seed: &[UInt8],
input: &[UInt8]
) -> Result<<Blake2sGadget as PRFGadget<Blake2s, F>>::OutputGadget, SynthesisError> where
CS: ConstraintSystem<F>,
[src]
cs: CS,
seed: &[UInt8],
input: &[UInt8]
) -> Result<<Blake2sGadget as PRFGadget<Blake2s, F>>::OutputGadget, SynthesisError> where
CS: ConstraintSystem<F>,
Auto Trait Implementations
impl RefUnwindSafe for Blake2s
impl Send for Blake2s
impl Sync for Blake2s
impl Unpin for Blake2s
impl UnwindSafe for Blake2s
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for T
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn to_owned(&self) -> T
[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)
[src]
pub fn clone_into(&self, target: &mut T)
[src]🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,