aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/common.h
Commit message (Collapse)AuthorAgeFilesLines
* Avoid unaligned access in crypto i/oPieter Wuille2017-01-121-10/+26
|
* build: Endian compatibilityWladimir J. van der Laan2015-03-061-65/+11
| | | | | | | | - 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
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
| | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
* update license of compat and cryptoPhilip Kaufmann2014-09-291-2/+4
| | | | | | - change license to be just MIT for all files in compat and crypto - also add missing header end comments - ensure default header include style
* Apply clang-format on crypto/* and compat/*Pieter Wuille2014-09-251-15/+40
|
* crypto: explicitly check for byte read/write functionsCory Fields2014-06-211-16/+63
| | | | Don't depend on hard-coded platform lists
* Move {Read,Write}{LE,BE}{32,64} to common.h and use builtins if possiblePieter Wuille2014-06-211-0/+46