Opened 15 years ago
Closed 15 years ago
#194 closed defect (invalid)
[patch] now MD5 works
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Core | Version: | 0.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The code assumed byte arrays as input and as output of algorithm. It actually operates on and returns arrays of dwords. Input length is in bits, not in bytes.
Attachments (1)
Change History (2)
Changed 15 years ago by
Attachment: | dojo.md5.patch added |
---|
comment:1 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Thanks for the patch, but this is working code and not completed/released code (I'm in the process of not only rewriting it but also reconciling it against Java, C# and PHP results as well, which is not fun)...