diff options
author | Mattias Andrée <maandree@kth.se> | 2019-02-10 17:20:40 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-02-10 17:20:40 +0100 |
commit | 9d4bd0942daca7b705d73de7341834444567b457 (patch) | |
tree | ed217ffaf0babdd8fb9031ef0b042eb2817c82dc /Makefile | |
parent | Add HMAC and use void * instead of char * for binary data (diff) | |
download | libsha2-9d4bd0942daca7b705d73de7341834444567b457.tar.gz libsha2-9d4bd0942daca7b705d73de7341834444567b457.tar.bz2 libsha2-9d4bd0942daca7b705d73de7341834444567b457.tar.xz |
Add libsha2_hmac_[un]marshal
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ OBJ =\ digest.o\ hmac_digest.o\ hmac_init.o\ + hmac_marshal.o\ + hmac_unmarshal.o\ hmac_update.o\ init.o\ marshal.o\ |