lbrycrd/src/crypto
Wladimir J. van der Laan 3aa60b7ff9
Merge #11143: Fix include path for bitcoin-config.h
5abb93f0e Fix include path for bitcoin-config.h in crypto/common.h (danra)

Pull request description:

  All the other files in the repo which include bitcoin-config.h do so with the appropriate subfolder prefixed: config/bitcoin-config.h
  The header should be included with the appropriate subfolder here as well.

Tree-SHA512: abda23a9cf251553f90afe0ee1866de46ed579471f4139737239a4f9334ca817d985deac6336740898718775d1264c0b80cb348668b10a9cae970895f2de37b8
2017-09-05 23:15:55 +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 Fix include path for bitcoin-config.h in crypto/common.h 2017-08-31 21:30:41 +03:00
hmac_sha256.cpp Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
hmac_sha256.h Update hmac_sha256.h 2017-09-02 09:59:48 +05:30
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