JuliaCrypto / MD5.jl

A performant, 100% native-julia MD5 implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong on 32bit

oxinabox opened this issue · comments

https://ci.appveyor.com/project/oxinabox/md5-jl/build/1.0.5/job/kf9wwh3ro9jdr7sq#L30

It is outright wrong on 32 bit windows.

I assume this is because an Int is being used somewhere rather than an Int64, or a similar for UInt.
Or possibly a literal somewhere.

Reproduced on linux 32 bit

closed in #5