Skip to content

Releases: binilinlquad/md5

Expose digest functions

11 Nov 12:55
Compare
Choose a tag to compare

Expose digest-bytes, digest-string, and digest-file

Better Implementation with Input Port

06 Sep 16:44
Compare
Choose a tag to compare

This implementation doesn't suffer of OOM. Beware, the performance is very slow for large file.

Naive Implementation

06 Sep 16:45
Compare
Choose a tag to compare

This implementation has problem with OOM when trying to generate md5 hash for large file.