Interface for the Integrity Algorithm
This patch defines the interfaces for the integrity algorithm.
It provides the API to verify integrity data of the incoming packet
and to generate integrity data for the outgoing packet.
Change-Id: Ibd645c0ab0d9f4ec26f085353d141f7a3262ab2e
Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
diff --git a/Makefile.am b/Makefile.am
index c92b2fc..31e7a87 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,7 +33,9 @@
comm_module.hpp \
comm_module.cpp \
main.hpp \
- main.cpp
+ main.cpp \
+ integrity_algo.hpp \
+ integrity_algo.cpp
netipmid_LDFLAGS = $(SYSTEMD_LIBS) $(CRYPTO_LIBS) $(libmapper_LIBS)
netipmid_CXXFLAGS = $(SYSTEMD_CFLAGS) $(libmapper_CFLAGS)