| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2026-02-22 | m fixes1.4.3 | Mattias Andrée | 1 | -3/+3 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2024-09-15 | m + split out implemenation for w=8,16,32,64 | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2024-09-15 | Optimisation for w=8,16,32 | Mattias Andrée | 1 | -3/+20 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2024-09-15 | Organise files | Mattias Andrée | 1 | -151/+37 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2024-09-15 | Split libkeccak.h and fix support for architectures that do not allow misaligned memory | Mattias Andrée | 1 | -790/+8 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2022-02-27 | Add cSHAKE | Mattias Andrée | 1 | -5/+57 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2022-02-27 | m | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2022-02-26 | Fix libkeccak_degeneralise_spec and add missing error: LIBKECCAK_GENERALISED_SPEC_ERROR_STATE_BITRATE_CAPACITY_INCONSISTENCY | Mattias Andrée | 1 | -1/+9 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2022-02-26 | Remove useless restricts | Mattias Andrée | 1 | -28/+28 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2021-12-24 | Add libkeccak_zerocopy_{update,digest} and in libkeccak_generalised_sum_fd (requires man pages) | Mattias Andrée | 1 | -0/+56 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2021-07-30 | Suppress clang warnings1.2.2 | Mattias Andrée | 1 | -0/+7 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2021-07-30 | Use inline instead of static inline for non-deprecated functions | Mattias Andrée | 1 | -60/+40 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2021-07-30 | Fix clang warnings | Mattias Andrée | 1 | -3/+17 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2021-07-30 | Do not divide by sizeof(char) | Mattias Andrée | 1 | -4/+4 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2021-07-30 | Fix warning | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2019-02-12 | Deprecate libkeccak_{state,hmac}_{unmarshal_skip,marshal_size} and replace with the functions without the _skip or _size suffix | Mattias Andrée | 1 | -72/+20 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2019-02-11 | General improvements | Mattias Andrée | 1 | -7/+7 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2019-02-11 | Deprecate typedefs | Mattias Andrée | 1 | -120/+119 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2019-02-10 | Fix warnings | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2019-02-10 | General API improvements | Mattias Andrée | 1 | -7/+1144 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-10-14 | General improvements | Mattias Andrée | 1 | -0/+0 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-10-13 | Change style and license | Mattias Andrée | 1 | -22/+2 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-02-10 | bump year and change e-mail | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2015-07-25 | beginning of hmac implementation | Mattias Andrée | 1 | -0/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-07-25 | bump year | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-05 | m | Mattias Andrée | 1 | -3/+3 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-04 | begin makefile + fix warnings and errors | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-04 | add files.o | Mattias Andrée | 1 | -0/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-04 | add generalised-spec | Mattias Andrée | 1 | -0/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-04 | add digest.h and hex.h | Mattias Andrée | 1 | -0/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-04 | add spec.h, state.h and libkeccak.h | Mattias Andrée | 1 | -0/+28 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
