Struct nettle_sys::sha1_ctx
source · #[repr(C)]pub struct sha1_ctx {
pub state: [u32; 5],
pub count: u64,
pub index: c_uint,
pub block: [u8; 64],
}
Fields§
§state: [u32; 5]
§count: u64
§index: c_uint
§block: [u8; 64]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for sha1_ctx
impl Send for sha1_ctx
impl Sync for sha1_ctx
impl Unpin for sha1_ctx
impl UnwindSafe for sha1_ctx
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