aboutsummaryrefslogtreecommitdiffstats
path: root/digest.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-08-24Fix bugMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-07-08Use SHA extensions1.1Mattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-07-07Remove documentation from .c files that already exist in .h filesMattias Andrée1-8/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10Add HMAC and use void * instead of char * for binary dataMattias Andrée1-15/+16
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/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10Minor fixes and testsMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10Fix warningsMattias Andrée1-12/+12
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10Fix libsha2_digest + minor improvementsMattias Andrée1-28/+39
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-09Fix warningsMattias Andrée1-15/+10
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-09Change license to ISC and reorganiseMattias Andrée1-0/+66
Signed-off-by: Mattias Andrée <maandree@kth.se>