Class description This class represents the current state of a multi-checksum checksum calculation. It has an array of associated checksum states until it is disposed. You may call add-checksum-bytes multiple times to pipe data to all the checksum states in the states slot. When finished, call get-checksum to receive the results and release implementation-specific resources, or dispose to release the resources and discard the result. After the first get-checksum call the returned value is stored in the results slot, and subsequent calls return the same value.
Notes It is not possible to add more data to the checksum after the first get-checksum call.