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