poly1305_file

Function poly1305_file 

Source
pub unsafe extern "C" fn poly1305_file(
    fname: *const c_char,
    key: *const c_uchar,
    keylen: c_ulong,
    mac: *mut c_uchar,
    maclen: *mut c_ulong,
) -> c_int