aboutsummaryrefslogtreecommitdiff
path: root/gosthash2012_sse2.h
AgeCommit message (Collapse)AuthorFilesLines
2021-12-11MSVC: Remove GCC pragma messagesVitaly Chikunov1-2/+0
These planned to be removed later anyway. Error message: gosthash2012_ref.h(15,18): warning C4081: expected '('; found 'string' Signed-off-by: Vitaly Chikunov <vt@altlinux.org>
2020-02-06gosthash2012_sse2: Remove unused code (__EXTRACT64)Vitaly Chikunov1-25/+0
It's not only unused, but calling _mm_extract_epi8 which is SSE4.1.
2020-02-02gosthash2012: Improve SIMD implementationdmitry dulesov1-14/+47
Allow aligned/unaligned access. Use better intrinsics and other small optimizations. Committed-by: Vitaly Chikunov <vt@altlinux.org>
2020-02-02gosthash2012: Enable building with SIMD implementationVitaly Chikunov1-0/+2
Also, add compile time notice message to show which implementation is selected.
2015-08-14Initial commit providing GOST 2012 algorithms.Dmitry Belyavskiy1-0/+204