aboutsummaryrefslogtreecommitdiffstats
path: root/test.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-05-04Fix aarch64 support1.1.4Mattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <m@maandree.se>
2024-10-14mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <m@maandree.se>
2022-07-08Use SHA extensions1.1Mattias Andrée1-1/+34
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10Fix HMAC and add tests1.0.1Mattias Andrée1-2/+77
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10Add tests for HMACMattias Andrée1-0/+25
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10Add HMAC and use void * instead of char * for binary dataMattias Andrée1-4/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10Use lowest bits rather than highest bits in complete byte, document this, and add testsMattias Andrée1-0/+17
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10Minor fixes and testsMattias Andrée1-2/+84
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10Add test casesMattias Andrée1-2/+111
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10Fix libsha2_digest + minor improvementsMattias Andrée1-0/+121
Signed-off-by: Mattias Andrée <maandree@kth.se>