aboutsummaryrefslogtreecommitdiffstats
path: root/marshal.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-07Don't marshal wMattias Andrée1-7/+1
2022-07-07Remove documentation from .c files that already exist in .h filesMattias Andrée1-7/+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-2/+2
2019-02-10Marshal/Unmarshal: do no marshal unset bytes in the chunkMattias Andrée1-2/+2
2019-02-10Fix libsha2_digest + minor improvementsMattias Andrée1-3/+3
2019-02-09Fix warningsMattias Andrée1-7/+2
2019-02-09Add marshal and unmarshal functionsMattias Andrée1-0/+62