문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top