dogecoin/src/crypto
Wladimir J. van der Laan 4414f5ffe1 build: Endian compatibility
- Detect endian instead of stopping configure on big-endian
- Add `byteswap.h` and `endian.h` header for compatibility with
  Windows and other operating systems that don't come with them
- Update `crypto/common.h` functions to use compat
  endian header
2015-03-06 15:54:53 +01:00
..
common.h build: Endian compatibility 2015-03-06 15:54:53 +01: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 Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
sha1.cpp Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
sha1.h Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
sha256.cpp Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
sha256.h Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
sha512.cpp Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
sha512.h Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00