aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-10Add HMAC and use void * instead of char * for binary dataMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10Fix libsha2_digest + minor improvementsMattias Andrée1-2/+9
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-09Improve makefile: mv LIBEXT and LIBFLAGS to config.mkMattias Andrée1-3/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-09Add install and uninstall rules to MakefileMattias Andrée1-0/+25
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-09Update makefileMattias Andrée1-1/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-09Add marshal and unmarshal functionsMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-09Minor changes, add man pages, rename libsha2_state_initialise to libsha2_initMattias Andrée1-1/+15
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-09Change license to ISC and reorganiseMattias Andrée1-0/+55
Signed-off-by: Mattias Andrée <maandree@kth.se>