MD5/Implementation: Difference between revisions

Content added Content deleted
Line 808:
<lang coffeescript>
# Array sum helper function.
sum = (arr, start = 0array) ->
arrarray.reduce (x, y) -> x + y
x + y
, start
 
md5 = do ->