Time complexity of MD5

cryptography, hash, md5, time-complexity

Solution

`O(n)` as mentioned by DuBuisson and osgx in the comments.

Problem

What is the time complexity of the MD5 algorithm? I couldn't find a definitive answer online. I think the complexity is O(n) but I'm not really sure.

Original source