aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/codec/hex/hex.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Backport of #2543 to release-2Jack Lloyd2020-12-151-52/+55
|
* Backport of #2541 increase alignment of lookup tablesJack Lloyd2020-12-121-3/+3
| | | | | Many differences here as some algos are in 2.x but not in 3, and the small tables changes for ARIA/Camellia/DES/SEED were not backported.
* Address some bool/int conversion warnings from SonarJack Lloyd2017-10-061-1/+4
| | | | Nothing major but probably good to clean these up.
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-19/+19
| | | | | | Renames a couple of functions for somewhat better name consistency, eg make_u32bit becomes make_uint32. The old typedefs remain for now since probably lots of application code uses them.
* Missing addsJack Lloyd2015-12-111-1/+1
|
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-2/+2
| | | | | | | | As the alternatives are unfortunate for applications trying to catch all library errors, and it seems deriving from std::runtime_error causes problems with MSVC DLLs (GH #340) Effectively reverts 2837e915d82e43
* lib/codec: Convert &vec[0] to vec.data()Simon Warta2015-06-271-6/+6
|
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
| | | | | Update license header line to specify the terms and refer to the file, neither of which it included before.
* Move lib into srclloyd2014-01-101-0/+204