aboutsummaryrefslogtreecommitdiff
path: root/zencore/md5.cpp
Commit message (Collapse)AuthorAgeFilesLines
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-463/+0
| | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees
* Added option to use Catch2 framework for testsStefan Boberg2022-04-051-8/+8
|
* Format fix.Per Larsson2022-01-221-1/+1
|
* Added MD5 testsMartin Ridgers2021-12-161-0/+18
|
* Deleted unused endian.h includeMartin Ridgers2021-12-161-5/+0
|
* Copy/paste errors in MD5 from SHA1Martin Ridgers2021-12-161-1/+1
|
* It's not possible to compile out testsStefan Boberg2021-09-201-1/+5
| | | | Tests are now compiled in if `ZEN_WITH_TESTS=1`, and compiled out if not. Compiling tests out reduces the footprint of the resulting executables quite significantly.
* Adding zenservice codeStefan Boberg2021-05-111-0/+446