Library checksum

To use this library in your code:

import crypto.checksum
Checksum framework.
The Checksum abstract class defines the structure of checksumming algorithms.

Classes

Base for checksum algorithms.

Functions

checksum summer/Checksum data/Data from/int=0 to/int=data.byte-size -> ByteArray
Computes the hash of the given data.
The data must be a string or a byte array.