diff options
author | Damjan Marion <damarion@cisco.com> | 2023-04-12 12:19:05 +0000 |
---|---|---|
committer | Beno�t Ganne <bganne@cisco.com> | 2023-04-17 12:40:17 +0000 |
commit | 003330c55a0e55cfabf2384dc310bd1c0e0254b9 (patch) | |
tree | 1cdf5bc0b52ded266a16ce2ce4bb0708afe71e42 /src/vppinfra/CMakeLists.txt | |
parent | 98f7f0a873514604e2cf0433ea06f1705b023b60 (diff) |
vppinfra: native poly1305 implementation
Type: feature
Signed-off-by: Damjan Marion <damarion@cisco.com>
Change-Id: Ic170464d7c63f243e7e676567d41d800647ebec3
Diffstat (limited to 'src/vppinfra/CMakeLists.txt')
-rw-r--r-- | src/vppinfra/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vppinfra/CMakeLists.txt b/src/vppinfra/CMakeLists.txt index ad942a258e3..46b2788ddfd 100644 --- a/src/vppinfra/CMakeLists.txt +++ b/src/vppinfra/CMakeLists.txt @@ -133,6 +133,7 @@ set(VPPINFRA_HEADERS crypto/aes.h crypto/aes_cbc.h crypto/aes_gcm.h + crypto/poly1305.h dlist.h dlmalloc.h elf_clib.h @@ -284,6 +285,7 @@ endif(VPP_BUILD_VPPINFRA_TESTS) set(test_files test/aes_cbc.c test/aes_gcm.c + test/poly1305.c test/array_mask.c test/compress.c test/count_equal.c |