MD5/Implementation: Difference between revisions

Content added Content deleted
m (→‎{{header|Clojure}}: use incorrect not improve)
Line 387: Line 387:


=={{header|Clojure}}==
=={{header|Clojure}}==
{{incorrect|Clojure|The example doesn't meet the requirement for MD5/Implementation. If it can't be improved it should be removed.}}
Clojure can't do this directly because it lacks some of the necessary bit-shift operators. However, it can directly use the Java implementation.
Clojure can't do this directly because it lacks some of the necessary bit-shift operators. However, it can directly use the Java implementation.


Line 408: Line 409:
["D174AB98D277D9F5A5611C2C9F419D9F" "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"]
["D174AB98D277D9F5A5611C2C9F419D9F" "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"]
["57EDF4A22BE3C955AC49DA2E2107B67A" "12345678901234567890123456789012345678901234567890123456789012345678901234567890"]]</lang>
["57EDF4A22BE3C955AC49DA2E2107B67A" "12345678901234567890123456789012345678901234567890123456789012345678901234567890"]]</lang>

{{improve|Clojure|The example doesn't meet the requirement for MD5/Implementation. If it can't be improved it should be removed.}}


=={{header|D}}==
=={{header|D}}==