#[repr(C)]pub struct ParallelHash_Instance {
pub queueNode: KeccakWidth1600_SpongeInstance,
pub finalNode: KeccakWidth1600_SpongeInstance,
pub fixedOutputLength: usize,
pub blockLen: usize,
pub queueAbsorbedLen: usize,
pub totalInputSize: usize,
pub phase: KCP_Phases,
}
Fields§
§queueNode: KeccakWidth1600_SpongeInstance
§finalNode: KeccakWidth1600_SpongeInstance
§fixedOutputLength: usize
§blockLen: usize
§queueAbsorbedLen: usize
§totalInputSize: usize
§phase: KCP_Phases
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParallelHash_Instance
impl RefUnwindSafe for ParallelHash_Instance
impl Send for ParallelHash_Instance
impl Sync for ParallelHash_Instance
impl Unpin for ParallelHash_Instance
impl UnwindSafe for ParallelHash_Instance
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 472 bytes