lbrycrd/src/crypto
Wladimir J. van der Laan ce5381e7fe build: Rename --enable-experimental-asm to --enable-asm and enable by default
Now that 0.15 is branched off, enable assembler SHA256 optimizations by default.
2017-08-28 11:06:11 +02:00
..
ctaes Update ctaes 2016-12-08 17:09:07 -08:00
aes.cpp Limit variable scope 2017-06-05 00:52:36 +02:00
aes.h Declare single-argument (non-converting) constructors "explicit" 2017-08-16 16:33:25 +02:00
chacha20.cpp scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-07 07:36:37 +02:00
chacha20.h Add ChaCha20 2017-03-29 00:40:17 -07:00
common.h Add a FastRandomContext::randrange and use it 2017-03-29 11:26:08 -07:00
hmac_sha256.cpp Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
hmac_sha256.h Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
hmac_sha512.cpp Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
hmac_sha512.h Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
ripemd160.cpp Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
ripemd160.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
sha1.cpp Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
sha1.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
sha256.cpp build: Rename --enable-experimental-asm to --enable-asm and enable by default 2017-08-28 11:06:11 +02:00
sha256.h Add SHA256 dispatcher 2017-07-20 09:03:53 -07:00
sha256_sse4.cpp Add SSE4 based SHA256 2017-07-20 09:03:53 -07:00
sha512.cpp Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
sha512.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00