Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add marshal and unmarshal functions | Mattias Andrée | 2019-02-09 | 9 | -1/+291 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
* | Minor changes, add man pages, rename libsha2_state_initialise to libsha2_init | Mattias Andrée | 2019-02-09 | 16 | -6/+614 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
* | Add HMAC to TODO | Mattias Andrée | 2019-02-09 | 2 | -2/+2 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
* | Change license to ISC and reorganise | Mattias Andrée | 2019-02-09 | 28 | -1649/+832 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
* | Merge pull request #2 from maaku/no-trailing-comma | Mattias Andrée [mˈa.tːiː.ˌas ˈanː.drˌeː] | 2016-02-20 | 1 | -1/+1 | |
|\ | | | | | Remove trailing comma in enumeration | |||||
| * | Remove trailing comma in enumeration | Mark Friedenbach | 2016-02-19 | 1 | -1/+1 | |
| | | | | | | | | Trailing commas are not supported in strict C89. | |||||
| * | Revert "Restructure code style to prevent trailing comma in enumerations, which is not permitted in C89." | Mark Friedenbach | 2016-02-19 | 1 | -6/+6 | |
| | | | | | | | | This reverts commit a6bf28bbb2a8505fd2079e965d2d7868caefaff6. | |||||
| * | Restructure code style to prevent trailing comma in enumerations, which is not permitted in C89. | Mark Friedenbach | 2016-02-08 | 1 | -6/+6 | |
|/ | ||||||
* | improve readme | Mattias Andrée | 2015-11-28 | 1 | -1/+14 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | typo | Mattias Andrée | 2015-11-27 | 3 | -1/+47 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | libsha2_sum_fd continues if interrupted | Mattias Andrée | 2015-09-20 | 1 | -2/+9 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m style | Mattias Andrée | 2015-09-14 | 1 | -4/+4 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | padding | Mattias Andrée | 2015-09-14 | 1 | -0/+2 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | mashalling state | Mattias Andrée | 2015-09-14 | 2 | -0/+13 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add libsha2_sum_fd | Mattias Andrée | 2015-09-14 | 3 | -0/+106 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | implement sha2 | Mattias Andrée | 2015-09-14 | 4 | -22/+189 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add things around the actual hashing | Mattias Andrée | 2015-09-14 | 7 | -0/+629 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add copying and license | Mattias Andrée | 2015-09-14 | 2 | -0/+678 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add readme | Mattias Andrée | 2015-09-14 | 1 | -0/+2 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | first commit | Mattias Andrée | 2015-09-14 | 1 | -0/+22 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> |