DrEvil35
DrEvil35

Reputation: 127

md5 vectorized sse* && avx

I am looking for information on the implementation of md5 algorithm using vectorization. I am interested in the details of SSE* and the AVX instructions.Are there any ready-made library with support for vectorization?

Upvotes: 2

Views: 2412

Answers (1)

Kris
Kris

Reputation: 1398

You could try looking at John the Ripper, they used to have highly optimized implementations of various cryptographic algorithms used to hash passwords.

Upvotes: 2

Related Questions