aboutsummaryrefslogtreecommitdiffstats
path: root/marshal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't marshal wMattias Andrée2022-07-071-7/+1
* Remove documentation from .c files that already exist in .h filesMattias Andrée2022-07-071-7/+0
* Add HMAC and use void * instead of char * for binary dataMattias Andrée2019-02-101-1/+2
* Minor fixes and testsMattias Andrée2019-02-101-2/+2
* Marshal/Unmarshal: do no marshal unset bytes in the chunkMattias Andrée2019-02-101-2/+2
* Fix libsha2_digest + minor improvementsMattias Andrée2019-02-101-3/+3
* Fix warningsMattias Andrée2019-02-091-7/+2
* Add marshal and unmarshal functionsMattias Andrée2019-02-091-0/+62