Struct wolf_crypto_sys::Poly1305
source · #[repr(C)]pub struct Poly1305 {
pub r: [word64; 3],
pub h: [word64; 3],
pub pad: [word64; 2],
pub leftover: usize,
pub buffer: [c_uchar; 16],
pub finished: c_uchar,
}Fields§
§r: [word64; 3]§h: [word64; 3]§pad: [word64; 2]§leftover: usize§buffer: [c_uchar; 16]§finished: c_ucharTrait Implementations§
Auto Trait Implementations§
impl Freeze for Poly1305
impl RefUnwindSafe for Poly1305
impl Send for Poly1305
impl Sync for Poly1305
impl Unpin for Poly1305
impl UnwindSafe for Poly1305
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)