lbrycrd/src/crypto
Wladimir J. van der Laan 5eca4e86d4
Merge #13471: For AVX2 code, also check for AVX, XSAVE, and OS support
32d153fa36 For AVX2 code, also check for AVX, XSAVE, and OS support (Pieter Wuille)

Pull request description:

  Fixes #12903.

Tree-SHA512: 01e71efb5d3a43c49a145a5b1dc4fe7d0a491e1e78479e7df830a2aaac57c3dcfc316e28984c695206c76f93b68e4350fc037ca36756ca579b7070e39c835da2
2018-06-24 15:31:33 +02:00
..
ctaes Update ctaes 2016-12-08 17:09:07 -08:00
aes.cpp Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
aes.h Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
chacha20.cpp scripted-diff: Replace #include "" with #include <> (ryanofsky) 2017-11-16 08:23:01 +13:00
chacha20.h Add ChaCha20 2017-03-29 00:40:17 -07:00
common.h Consensus: Fix bug when compiler do not support __builtin_clz* 2018-03-01 17:20:27 +08:00
hmac_sha256.cpp Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
hmac_sha256.h Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
hmac_sha512.cpp Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
hmac_sha512.h Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
ripemd160.cpp Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
ripemd160.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
sha1.cpp Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
sha1.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
sha256.cpp Merge #13471: For AVX2 code, also check for AVX, XSAVE, and OS support 2018-06-24 15:31:33 +02:00
sha256.h Specialized double sha256 for 64 byte inputs 2018-05-29 14:05:00 -07:00
sha256_avx2.cpp Use bracket syntax includes ("#include <foo.h>") 2018-06-06 11:09:05 +02:00
sha256_sse4.cpp Add SSE4 based SHA256 2017-07-20 09:03:53 -07:00
sha256_sse41.cpp Use bracket syntax includes ("#include <foo.h>") 2018-06-06 11:09:05 +02:00
sha512.cpp Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
sha512.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00