summaryrefslogtreecommitdiffstats
path: root/zix/digest.c
AgeCommit message (Collapse)AuthorFilesLines
2020-12-31Format all code with clang-formatDavid Robillard1-60/+60
2020-11-30Fix digest on x32David Robillard1-1/+19
2020-11-11Remove redundant API attributes in implementation filesDavid Robillard1-8/+8
2020-08-14Fix signed operand to bitwise operatorDavid Robillard1-1/+1
2020-08-13Improve digestDavid Robillard1-12/+78
2020-08-13Fix signed operands of bitwise operatorsDavid Robillard1-1/+1
2014-09-21Fix const-violating casts.David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/zix/trunk@81 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
2012-08-10Fix void pointer arithmetic.David Robillard1-7/+8
git-svn-id: http://svn.drobilla.net/zix/trunk@77 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
2012-08-10Minimal space overhead inline value hash table.David Robillard1-0/+56
Add ZixChunk. Add SSE 4.2 accelerated digest (with fallback) in zix/digest.h. Make library optionally header-only (define ZIX_INLINE). git-svn-id: http://svn.drobilla.net/zix/trunk@76 df6676b4-ccc9-40e5-b5d6-7c4628a128e3