Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-02-09 | Improve makefile: mv LIBEXT and LIBFLAGS to config.mk | Mattias Andrée | 2 | -4/+4 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2019-02-09 | Add install and uninstall rules to Makefile | Mattias Andrée | 1 | -0/+25 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2019-02-09 | Update makefile | Mattias Andrée | 2 | -1/+4 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2019-02-09 | Fix documentation about lengths (in bits, not bytes) and fix libsha2_sum_fd (lengths are in bits) | Mattias Andrée | 5 | -7/+7 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2019-02-09 | Add marshal and unmarshal functions | Mattias Andrée | 9 | -1/+291 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2019-02-09 | Minor changes, add man pages, rename libsha2_state_initialise to libsha2_init | Mattias Andrée | 16 | -6/+614 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2019-02-09 | Add HMAC to TODO | Mattias Andrée | 2 | -2/+2 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2019-02-09 | Change license to ISC and reorganise | Mattias Andrée | 28 | -1649/+832 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2016-02-19 | Remove trailing comma in enumeration | Mark Friedenbach | 1 | -1/+1 | |
Trailing commas are not supported in strict C89. | |||||
2016-02-19 | Revert "Restructure code style to prevent trailing comma in enumerations, which is not permitted in C89." | Mark Friedenbach | 1 | -6/+6 | |
This reverts commit a6bf28bbb2a8505fd2079e965d2d7868caefaff6. | |||||
2016-02-08 | Restructure code style to prevent trailing comma in enumerations, which is not permitted in C89. | Mark Friedenbach | 1 | -6/+6 | |
2015-11-28 | improve readme | Mattias Andrée | 1 | -1/+14 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2015-11-27 | typo | Mattias Andrée | 3 | -1/+47 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2015-09-20 | libsha2_sum_fd continues if interrupted | Mattias Andrée | 1 | -2/+9 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2015-09-14 | m style | Mattias Andrée | 1 | -4/+4 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2015-09-14 | padding | Mattias Andrée | 1 | -0/+2 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2015-09-14 | mashalling state | Mattias Andrée | 2 | -0/+13 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2015-09-14 | add libsha2_sum_fd | Mattias Andrée | 3 | -0/+106 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2015-09-14 | implement sha2 | Mattias Andrée | 4 | -22/+189 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2015-09-14 | add things around the actual hashing | Mattias Andrée | 7 | -0/+629 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2015-09-14 | add copying and license | Mattias Andrée | 2 | -0/+678 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> |