MD5/Implementation: Difference between revisions

Content deleted Content added
m →‎{{header|Clojure}}: use incorrect not improve
Line 387:
 
=={{header|Clojure}}==
{{improveincorrect|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.
 
Line 408 ⟶ 409:
["D174AB98D277D9F5A5611C2C9F419D9F" "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"]
["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}}==