Struct libsodium_ffi::crypto_onetimeauth_poly1305_implementation [] [src]

#[repr(C)]
pub struct crypto_onetimeauth_poly1305_implementation { pub implementation_name: extern "C" fn() -> *const c_char, pub onetimeauth: extern "C" fn(_: *mut c_uchar, _: *const c_uchar, _: c_ulonglong, _: *const c_uchar) -> c_int, pub onetimeauth_verify: extern "C" fn(_: *const c_uchar, _: *const c_uchar, _: c_ulonglong, _: *const c_uchar) -> c_int, pub onetimeauth_init: extern "C" fn(_: *mut crypto_onetimeauth_poly1305_state, _: *const c_uchar) -> c_int, pub onetimeauth_update: extern "C" fn(_: *mut crypto_onetimeauth_poly1305_state, _: *const c_uchar, _: c_ulonglong) -> c_int, pub onetimeauth_final: extern "C" fn(_: *mut crypto_onetimeauth_poly1305_state, _: *mut c_uchar) -> c_int, }

Fields

Trait Implementations

impl Copy for crypto_onetimeauth_poly1305_implementation
[src]

impl Clone for crypto_onetimeauth_poly1305_implementation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more