poly1305_process

Function poly1305_process 

Source
pub unsafe extern "C" fn poly1305_process(
    st: *mut poly1305_state,
    in_: *const c_uchar,
    inlen: c_ulong,
) -> c_int