Struct nrfxlib_sys::ocrypto_poly1305_ctx
source · #[repr(C)]pub struct ocrypto_poly1305_ctx {
pub h: [u32; 5],
pub r: [u32; 4],
pub c: [u32; 4],
pub buffer: [u8; 16],
pub length: u8,
}Expand description
@cond
Fields§
§h: [u32; 5]§r: [u32; 4]§c: [u32; 4]§buffer: [u8; 16]§length: u8Trait Implementations§
source§impl Clone for ocrypto_poly1305_ctx
impl Clone for ocrypto_poly1305_ctx
source§fn clone(&self) -> ocrypto_poly1305_ctx
fn clone(&self) -> ocrypto_poly1305_ctx
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more