aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
blob: 67a905fee60cab1b9953b48f1cd84fd1f552f0a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Just for fun:
  Keccak-3200 by using int128_t and extending the
  round constants (of course this is problematic because
  the construction of the round constants are designed
  to for at most 64 bits so we will get that the higher
  halfs are equal to the next's lower half; hopefully
  this does not matter)

Test parallelisation and acceleration.

Measure cycles per byte.

Fix todos in the texinfo file.
Add man pages:
  libkeccak_hmac_set_key
  libkeccak_hmac_reset
  libkeccak_hmac_wipe
  libkeccak_hmac_fast_destroy
  libkeccak_hmac_destroy
  libkeccak_hmac_fast_free
  libkeccak_hmac_free
  libkeccak_hmac_copy
  libkeccak_hmac_duplicate
  libkeccak_hmac_marshal_size
  libkeccak_hmac_marshal
  libkeccak_hmac_unmarshal
  libkeccak_hmac_unmarshal_skip
  libkeccak_hmac_fast_update
  libkeccak_hmac_update
  libkeccak_hmac_fast_digest
  libkeccak_hmac_digest