otpcli.c: include all four functions for each hash in hmac_t
commit3d7f137a72c9401001fa779f1150e92467806702
authorKyle J. McKay <mackyle@gmail.com>
Fri, 18 Aug 2023 09:12:46 +0000 (18 02:12 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 18 Aug 2023 09:12:46 +0000 (18 02:12 -0700)
tree9662d819b2442ee919c25a5fd85eda95a3394c64
parent02713fb0ef21a5a44e6086e4725bc5cc5c8aa447
otpcli.c: include all four functions for each hash in hmac_t

Include not just the all-in-one function, but also the init, update
and final functions to make it possible to incrementally use the
hash function.
otpcli.c