Struct xkcp_sys::cSHAKE_Instance
source · #[repr(C)]pub struct cSHAKE_Instance {
pub sponge: KeccakWidth1600_SpongeInstance,
pub fixedOutputLength: BitLength,
pub lastByteBitLen: c_uint,
pub lastByteValue: BitSequence,
pub emptyNameCustom: c_int,
pub phase: KCP_Phases,
}
Fields§
§sponge: KeccakWidth1600_SpongeInstance
§fixedOutputLength: BitLength
§lastByteBitLen: c_uint
§lastByteValue: BitSequence
§emptyNameCustom: c_int
§phase: KCP_Phases
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for cSHAKE_Instance
impl Send for cSHAKE_Instance
impl Sync for cSHAKE_Instance
impl Unpin for cSHAKE_Instance
impl UnwindSafe for cSHAKE_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: 240 bytes