commit | 4269ecd2bc3fb945b7e52b80ed99b917a790b141 | [log] [tgz] |
---|---|---|
author | Rajavardhan Gundi <rajavardhan.gundi@intel.com> | Thu Feb 11 22:18:21 2021 +0530 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Mar 02 14:08:30 2021 +0100 |
tree | 432d304e0364d895c367a70b05633807d48c324e | |
parent | 77bca9bc1e16cb7e3f9987d8540a95dbf2c32b0d [diff] |
lib: os: Introduce support for CRC32C algorithm This introduces the support for CRC32C (Castagnoli) algorithm. The generator polynomial used is 0x1EDC6F41UL. Signed-off-by: Rajavardhan Gundi <rajavardhan.gundi@intel.com>