MD5 最適化の秘訣: OpenSSL の手作業で調整されたアセンブリを打ち負かす
MD5 is a relatively old cryptographic hashing algorithm, which has been (and still is) widely used. As such, popular implementations are very well optimised at this point; OpenSSL uses hand-tuned assembly for its (x86) implementation, which is probably one of the most performant out there. Putting aside the security concerns with using MD5 as a…