Tagged Questions

1
vote
0answers
29 views

How do I calculate a REBOL 3 module checksum?

It's possible in REBOL 3 to calculate a SHA1 module checksum. When REBOL loads a module, it compares its checksum against the checksum of the loaded module, and if the two do not match, an error is …