Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2015-09-28 | todo + info: hmac | Mattias Andrée | 1 | -0/+3 |
2015-09-28 | info: hashing files | Mattias Andrée | 1 | -1/+63 |
2015-09-20 | libkeccak_generalised_sum_fd continues if interrupted | Mattias Andrée | 1 | -2/+9 |
2015-09-20 | info: representation conversion | Mattias Andrée | 1 | -3/+43 |
2015-09-20 | m | Mattias Andrée | 1 | -2/+2 |
2015-09-20 | work around regression in texinfo | Mattias Andrée | 1 | -1/+1 |
2015-09-20 | info: hashing | Mattias Andrée | 1 | -0/+90 |
2015-09-19 | info: state | Mattias Andrée | 1 | -0/+131 |
2015-09-19 | add ifdef around pragmas in header files | Mattias Andrée | 2 | -0/+8 |
2015-09-19 | do not use builtin functions in header files | Mattias Andrée | 1 | -1/+2 |
2015-09-15 | info: selecting hash function | Mattias Andrée | 1 | -0/+150 |
2015-09-15 | info: linking | Mattias Andrée | 1 | -2/+22 |
2015-09-15 | info: overview | Mattias Andrée | 2 | -2/+50 |
2015-09-14 | start on info manual | Mattias Andrée | 5 | -4/+1395 |
2015-09-14 | some functions behave like malloc | Mattias Andrée | 2 | -4/+4 |
2015-08-31 | update dist | Mattias Andrée | 1 | -2/+2 |
2015-08-31 | update version1.1 | Mattias Andrée | 1 | -1/+1 |
2015-08-31 | fix warning (compiler regression?) | Mattias Andrée | 1 | -5/+4 |
2015-08-31 | fix api bug: int_fastN_t depends on the c library, thus it must not be used in structs and prototypes | Mattias Andrée | 2 | -7/+7 |
2015-08-28 | int*_t are guaranteed to use two's complete ... clean, understandable, and wonderful code | Mattias Andrée | 1 | -5/+7 |
2015-08-15 | update dist | Mattias Andrée | 1 | -2/+2 |
2015-07-25 | the rest of the hmac implementation1.0 | Mattias Andrée | 2 | -9/+220 |
2015-07-25 | beginning of hmac implementation | Mattias Andrée | 5 | -11/+654 |
2015-07-25 | bump year | Mattias Andrée | 16 | -16/+16 |
2015-03-28 | See issue #1 | Mattias Andrée | 1 | -2/+2 |
2014-11-13 | doc typo | Mattias Andrée | 2 | -7/+7 |
2014-11-13 | assume the contents of files are nonsensitive | Mattias Andrée | 2 | -8/+14 |
2014-11-13 | derp | Mattias Andrée | 1 | -1/+1 |
2014-11-13 | dist | Mattias Andrée | 2 | -0/+39 |
2014-11-13 | m0.1 | Mattias Andrée | 1 | -6/+6 |
2014-11-13 | m | Mattias Andrée | 1 | -4/+4 |
2014-11-12 | m | Mattias Andrée | 2 | -4/+0 |
2014-11-12 | add install and uninstall rules | Mattias Andrée | 2 | -0/+103 |
2014-11-12 | update todo | Mattias Andrée | 1 | -0/+2 |
2014-11-12 | m | Mattias Andrée | 1 | -2/+2 |
2014-11-12 | m | Mattias Andrée | 2 | -2/+1 |
2014-11-12 | minor opts | Mattias Andrée | 1 | -4/+2 |
2014-11-12 | whitespace | Mattias Andrée | 1 | -2/+2 |
2014-11-12 | benchmark with cpu-time | Mattias Andrée | 1 | -2/+2 |
2014-11-12 | add secure variants of update and digest | Mattias Andrée | 5 | -15/+193 |
2014-11-11 | add another test | Mattias Andrée | 1 | -0/+8 |
2014-11-11 | fix bug in libkeccak_squeezing_phase | Mattias Andrée | 1 | -1/+1 |
2014-11-11 | m | Mattias Andrée | 1 | -1/+1 |
2014-11-11 | bug fixed, but found that large outputs does not work correctly | Mattias Andrée | 2 | -7/+39 |
2014-11-07 | something seems to be wrong in libkeccak_f_round (not libkeccak_f_round64), but I have not figured out what | Mattias Andrée | 4 | -9/+43 |
2014-11-07 | check that word size is a multiple of 8 | Mattias Andrée | 1 | -4/+12 |
2014-11-07 | add static library and dep list | Mattias Andrée | 3 | -1/+48 |
2014-11-07 | m | Mattias Andrée | 1 | -1/+1 |