aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/mdx_hash/mdx_hash.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Resolve various integer conversion warnings from MSVCJack Lloyd2019-12-061-1/+1
|
* Fix more MSVC warningsJack Lloyd2018-12-101-1/+1
|
* Fix some MSVC warningsJack Lloyd2018-12-101-1/+1
|
* Require MDx_HashFunction block size to be a power of 2Jack Lloyd2018-12-081-12/+22
| | | | | | Allows replacing div/mod by a variable with a shift/mask. Allows storing just the bit count, which saves a few bytes.
* Cleanups in MDx_HashFunctionJack Lloyd2018-12-081-27/+30
|
* Tiny optimization in MDx_HashFunction::final_resultJack Lloyd2018-05-281-2/+1
| | | | Typically not a bottleneck but this shows up in XMSS profiling
* Blake2b optimizationsJack Lloyd2017-10-261-1/+2
| | | | | Nothing major but does improve perf for large buffers from 910 MB/s to 970 MB/s on Skylake.
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-4/+4
| | | | | | 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.
* Mass-prefix member vars with m_René Korthaus2016-01-081-25/+25
|
* lib/hash: Convert &vec[0] to vec.data()Simon Warta2015-06-271-3/+3
|
* 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/+108