aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* file hashers do not automatically destroy the stateMattias Andrée2015-10-075-0/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-10-075-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-10-079-9/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add libkeccak_digest.3 and libkeccak_fast_digest.3Mattias Andrée2015-10-072-0/+157
| | | | 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>
* add libkeccak_fast_update.3 and libkeccak_update.3Mattias Andrée2015-10-073-0/+103
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add libkeccak_behex_lower.3, libkeccak_behex_upper.3, and libkeccak_unhex.3Mattias Andrée2015-10-073-0/+136
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add libkeccak_state_marshal.3, libkeccak_state_marshal_size.3, libkeccak_state_unmarshal.3, and libkeccak_state_unmarshal_skip.3Mattias Andrée2015-10-065-1/+154
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-10-0616-37/+40
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-10-061-2/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add libkeccak_state_copy.3 and libkeccak_state_duplicate.3Mattias Andrée2015-10-064-0/+81
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add libkeccak_state_create.3, libkeccak_state_fast_free.3 and libkeccak_state_free.3Mattias Andrée2015-10-066-0/+141
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add libkeccak_state_wipe.3, libkeccak_state_wipe_sponge.3, and libkeccak_state_wipe_message.3Mattias Andrée2015-10-066-3/+116
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add libkeccak_state_destroy.3 and libkeccak_state_fast_destroy.3Mattias Andrée2015-10-064-1/+83
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add libkeccak_state_reset.3Mattias Andrée2015-10-062-0/+34
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + add libkeccak_state_initialise.3Mattias Andrée2015-10-0612-21/+77
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add libkeccak_keccaksum_fd.3, libkeccak_rawshakesum_fd.3, libkeccak_sha3sum_fd.3, and libkeccak_shakesum_fd.3 + m libkeccak_generalised_sum_fd.3Mattias Andrée2015-10-065-1/+395
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add libkeccak_generalised_sum_fd.3Mattias Andrée2015-10-061-0/+105
| | | | 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>
* add libkeccak_degeneralise_spec.3Mattias Andrée2015-10-061-0/+117
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-10-061-0/+3
| | | | 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>
* add libkeccak_generalised_spec_initialise.3Mattias Andrée2015-10-065-4/+48
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add libkeccak_spec_check.3Mattias Andrée2015-10-051-0/+92
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add libkeccak_spec_rawshake.3 and libkeccak_spec_shake.3Mattias Andrée2015-10-052-0/+90
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add libkeccak_spec_sha3.3Mattias Andrée2015-10-051-0/+43
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add libkeccka.7Mattias Andrée2015-10-051-0/+73
| | | | 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>
* info: m + cpindexMattias Andrée2015-10-041-4/+55
| | | | 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-029-54/+125
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: m + tpindex + fnindexMattias Andrée2015-10-021-3/+79
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* todo + info: hmacMattias Andrée2015-09-282-0/+94
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: hashing filesMattias Andrée2015-09-281-1/+63
| | | | 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>
* info: representation conversionMattias Andrée2015-09-201-3/+43
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-09-201-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* work around regression in texinfoMattias Andrée2015-09-201-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: hashingMattias Andrée2015-09-201-0/+90
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: stateMattias Andrée2015-09-191-0/+131
| | | | 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>
* 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>