pure-data / deken

Externals wrangler for Pure Data
Other
145 stars 17 forks source link

sha256 verification should be faster #270

Closed umlaeute closed 2 years ago

umlaeute commented 2 years ago

the sha256 verification from the tcl is super-slow.

maybe we can use some native implementations if they are available on the system:

Windows

'certUtil -hashfile %file% SHA256 ^| findstr /v "hash"

Unix

sha256 $file
umlaeute commented 2 years ago

i guess most people didn't notice, as they don't have the sha256 package installed, which will autoskip the verification.