pub unsafe extern "C" fn aws_hmac_update(
    hmac: *mut aws_hmac,
    to_hmac: *const aws_byte_cursor
) -> c_int
Expand description

Updates the running hmac with to_hash. this can be called multiple times.