aboutsummaryrefslogtreecommitdiffstats
path: root/unmarshal.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-07Don't marshal wMattias Andrée1-5/+9
2022-07-07Remove documentation from .c files that already exist in .h filesMattias Andrée1-8/+0
2019-02-10Add HMAC and use void * instead of char * for binary dataMattias Andrée1-1/+2
2019-02-10Minor fixes and testsMattias Andrée1-3/+3
2019-02-10Marshal/Unmarshal: do no marshal unset bytes in the chunkMattias Andrée1-3/+3
2019-02-10Fix libsha2_digest + minor improvementsMattias Andrée1-3/+8
2019-02-09Fix warningsMattias Andrée1-4/+4
2019-02-09Add marshal and unmarshal functionsMattias Andrée1-0/+80