commit | 13e503936081522f27b0243a8a92406754303462 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Tue Apr 12 11:20:42 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 21 14:32:40 2022 -0400 |
tree | be4f127bc92f771a0c5254083fec1562453d8e1c | |
parent | 8d15d2b1f6f7e5fe9c1221fb4467347c42398426 [diff] |
crc16: Move standard CRC-16 implementation from ubifs to lib This implementation provides standard CRC-16 algorithm with polynomial x^16 + x^15 + x^2 + 1. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>