Feeds data into an existing Checksum.
The checksum must still be open, that is get_string or get_digest must not have been called on this.
| this |
a Checksum |
| data |
buffer used to compute the checksum |
| length |
size of the buffer, or -1 if it is a null-terminated string. |