Builder for a hash or checksum. You can add data as it arrives, then obtain the final checksum when all the data was processed. This avoids having to read the data into memory all at once.
Includes the given data in the checksum calculation.
Additional data to add to the checksum computation.
Computes the final checksum based on all the data that was processed up until this point.
The final computed checksum.
Builder for a hash or checksum. You can add data as it arrives, then obtain the final checksum when all the data was processed. This avoids having to read the data into memory all at once.