aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* typoMattias Andrée2015-10-082-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m docMattias Andrée2015-10-072-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m docMattias Andrée2015-10-061-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m docMattias Andrée2015-10-061-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-10-061-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-10-041-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* only include gcc diagnositic pragma when compiling with gccMattias Andrée2015-10-021-0/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* attributes are gcc specificMattias Andrée2015-10-028-53/+122
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* libkeccak_generalised_sum_fd continues if interruptedMattias Andrée2015-09-201-2/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add ifdef around pragmas in header filesMattias Andrée2015-09-192-0/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* do not use builtin functions in header filesMattias Andrée2015-09-191-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* some functions behave like mallocMattias Andrée2015-09-142-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix warning (compiler regression?)Mattias Andrée2015-08-311-5/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix api bug: int_fastN_t depends on the c library, thus it must not be used in structs and prototypesMattias Andrée2015-08-312-7/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* int*_t are guaranteed to use two's complete ... clean, understandable, and wonderful codeMattias Andrée2015-08-281-5/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* the rest of the hmac implementation1.0Mattias Andrée2015-07-252-9/+220
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning of hmac implementationMattias Andrée2015-07-254-9/+648
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* bump yearMattias Andrée2015-07-2515-15/+15
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* doc typoMattias Andrée2014-11-132-7/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* assume the contents of files are nonsensitiveMattias Andrée2014-11-132-8/+14
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-11-121-2/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-11-122-2/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* minor optsMattias Andrée2014-11-121-4/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whitespaceMattias Andrée2014-11-121-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* benchmark with cpu-timeMattias Andrée2014-11-121-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add secure variants of update and digestMattias Andrée2014-11-125-15/+193
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add another testMattias Andrée2014-11-111-0/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix bug in libkeccak_squeezing_phaseMattias Andrée2014-11-111-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-11-111-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* bug fixed, but found that large outputs does not work correctlyMattias Andrée2014-11-112-7/+39
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* something seems to be wrong in libkeccak_f_round (not libkeccak_f_round64), but I have not figured out whatMattias Andrée2014-11-073-7/+41
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* check that word size is a multiple of 8Mattias Andrée2014-11-071-4/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-11-071-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add check for that the word size is 2-potentMattias Andrée2014-11-071-2/+19
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* small optimisations to libkeccak_pad10star1Mattias Andrée2014-11-071-8/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* more optimisationMattias Andrée2014-11-071-10/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-11-071-2/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + optimisationsMattias Andrée2014-11-071-22/+21
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* optimise libkeccak_squeezing_phaseMattias Andrée2014-11-071-6/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* more manual optimisationsMattias Andrée2014-11-062-14/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-11-061-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* some manual optimisationsMattias Andrée2014-11-061-14/+26
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-11-061-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whoopsMattias Andrée2014-11-061-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add todoMattias Andrée2014-11-061-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix bugMattias Andrée2014-11-061-4/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* improved optimisationMattias Andrée2014-11-061-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-11-061-3/+13
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* remove gcov flagsMattias Andrée2014-11-061-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derpMattias Andrée2014-11-051-4/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>