Oldes / Rebol-wishes

Repository for keeping Rebol related wishes out of issues
0 stars 0 forks source link

`checksum` accepting `file!` #59

Open Oldes opened 1 year ago

Oldes commented 1 year ago

Currently there is a mezzanine file-checksum function to count checksum on file (without reading it completely into memory)... One day it may be optimised on the C side, so the file argument could be used with the checksum native function.