JuliaCrypto/SHA.jl

Don't read entire file in `sha256(f)`

staticfloat opened this issue · 1 comments

This is incredibly slow and wasteful; read in something like a page at a time, or even better, use mmap.

Fixed in 79bcc3f