aboutsummaryrefslogtreecommitdiffstats
path: root/test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix HMAC and add tests1.0.1Mattias Andrée2019-02-101-2/+77
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add tests for HMACMattias Andrée2019-02-101-0/+25
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add HMAC and use void * instead of char * for binary dataMattias Andrée2019-02-101-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use lowest bits rather than highest bits in complete byte, document this, and add testsMattias Andrée2019-02-101-0/+17
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Minor fixes and testsMattias Andrée2019-02-101-2/+84
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add test casesMattias Andrée2019-02-101-2/+111
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix libsha2_digest + minor improvementsMattias Andrée2019-02-101-0/+121
Signed-off-by: Mattias Andrée <maandree@kth.se>