VocabularychecksumsInputsbytes | a sequence of bytes |
checksum | a checksum specifier |
OutputsGeneric word contractComputes the checksum of all data in a sequence.
ExamplesUSING: checksums checksums.crc32 prettyprint ;
B{ 1 10 100 } crc32 checksum-bytes .
B{ 78 179 254 238 }
DefinitionMethods