pub unsafe extern "C" fn aws_hash_update(
    hash: *mut aws_hash,
    to_hash: *const aws_byte_cursor
) -> c_int
Expand description

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