commit | 9df2b416b908b7ce206386a04980ac9f6c66b57c | [log] [tgz] |
---|---|---|
author | Andrzej Kurek <andrzej.kurek@arm.com> | Fri Aug 07 11:34:21 2020 -0400 |
committer | Andrzej Kurek <andrzej.kurek@arm.com> | Sat Aug 08 02:10:52 2020 -0400 |
tree | 84f7a662997967437e421546a6495fd3dd921335 | |
parent | 0305753d7a132e907173a29e3986e8aa414499d2 [diff] [blame] |
Add a CRC module to mbedtls and baremetal config Add a new CRC module along with some tests for it. The table and the CRC function body is generated using pycrc v0.9.2. Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index b59d318..9e0724f 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -20,6 +20,7 @@ cipher.c cipher_wrap.c cmac.c + crc.c ctr_drbg.c des.c dhm.c