aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* info: selecting hash functionMattias Andrée2015-09-151-0/+150
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: linkingMattias Andrée2015-09-151-2/+22
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: overviewMattias Andrée2015-09-152-2/+50
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* start on info manualMattias Andrée2015-09-145-4/+1395
| | | | 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>
* update distMattias Andrée2015-08-311-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update version1.1Mattias Andrée2015-08-311-1/+1
| | | | 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>
* update distMattias Andrée2015-08-151-2/+2
| | | | 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-255-11/+654
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* bump yearMattias Andrée2015-07-2516-16/+16
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* See issue #1Mattias Andrée2015-03-281-2/+2
| | | | 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>
* derpMattias Andrée2014-11-131-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* distMattias Andrée2014-11-132-0/+39
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m0.1Mattias Andrée2014-11-131-6/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-11-131-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-11-122-4/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add install and uninstall rulesMattias Andrée2014-11-122-0/+103
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2014-11-121-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-11-121-2/+2
| | | | 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-074-9/+43
| | | | 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>
* add static library and dep listMattias Andrée2014-11-073-1/+48
| | | | 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 todosMattias Andrée2014-11-071-0/+12
| | | | 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>