Releases: binilinlquad/md5
Releases · binilinlquad/md5
Expose digest functions
Expose digest-bytes, digest-string, and digest-file
Better Implementation with Input Port
This implementation doesn't suffer of OOM. Beware, the performance is very slow for large file.
Naive Implementation
This implementation has problem with OOM when trying to generate md5 hash for large file.