[−][src]Struct blake_hash::Blake256
Trait Implementations
impl Clone for Blake256[src]
impl Default for Blake256[src]
impl Debug for Blake256[src]
impl Input for Blake256[src]
fn input<T: AsRef<[u8]>>(&mut self, data: T)[src]
fn chain<B>(self, data: B) -> Self where
B: AsRef<[u8]>, [src]
B: AsRef<[u8]>,
impl FixedOutput for Blake256[src]
type OutputSize = U32
fn fixed_result(self) -> GenericArray<u8, U32>[src]
impl Reset for Blake256[src]
impl BlockInput for Blake256[src]
type BlockSize = U32
Auto Trait Implementations
impl Send for Blake256
impl Sync for Blake256
impl Unpin for Blake256
impl UnwindSafe for Blake256
impl RefUnwindSafe for Blake256
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<D> Digest for D where
D: Input + FixedOutput + Reset + Clone + Default, [src]
D: Input + FixedOutput + Reset + Clone + Default,
type OutputSize = <D as FixedOutput>::OutputSize
fn new() -> D[src]
fn input<B>(&mut self, data: B) where
B: AsRef<[u8]>, [src]
B: AsRef<[u8]>,
fn chain<B>(self, data: B) -> D where
B: AsRef<[u8]>, [src]
B: AsRef<[u8]>,
fn result(self) -> GenericArray<u8, <D as Digest>::OutputSize>[src]
fn result_reset(&mut self) -> GenericArray<u8, <D as Digest>::OutputSize>[src]
fn reset(&mut self)[src]
fn output_size() -> usize[src]
fn digest(data: &[u8]) -> GenericArray<u8, <D as Digest>::OutputSize>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>, [src]
V: MultiLane<T>,