aboutsummaryrefslogtreecommitdiffstats
path: root/libsha2_sum_fd.3 (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-08-24Fix warningMattias Andrée1-1/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2024-08-24Fix bugMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-07-08Use SHA extensions1.1Mattias Andrée7-24/+293
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-07-07Use uint_leastN_t instead of uintN_tMattias Andrée4-49/+70
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-07-07Bump yearMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-07-07Use malloc by default but allow bounded allocaMattias Andrée4-1/+44
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-07-07Don't marshal wMattias Andrée2-12/+10
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-07-07Remove documentation from .c files that already exist in .h filesMattias Andrée17-132/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-07-07Inline the output size functionsMattias Andrée4-43/+38
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-07-07Add libsha2.7Mattias Andrée2-0/+32
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-07-07Add coverage testMattias Andrée3-1/+16
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-07-07SHA 2 => SHA-2Mattias Andrée15-15/+15
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-07-07m whitespaceMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-19Fix makefileMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-19install_name_tool does not support --Mattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-19Improve makefileMattias Andrée5-10/+25
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-19Update readmeMattias Andrée1-1/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-09-16Improve makefile1.0.3Mattias Andrée2-11/+12
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10Update readmeMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10Fix man pages1.0.2Mattias Andrée18-18/+18
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10Update clean rule in MakefileMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10Fix HMAC and add tests1.0.1Mattias Andrée3-4/+78
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10Fix warningsMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10HMAC: fix support for key lengths that are not multiples of 8Mattias Andrée1-1/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10Improve makefile1.0Mattias Andrée4-9/+19
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>