Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core/crc: Fix the 64 bits implementation | Sylvain Munaut | 2013-02-01 | 1 | -2/+2 |
| | | | | | | | We used 1ULL at one place and not the other ... at the same time, we now use (uintXX_t) so that the proper type is used each time. Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | doc: Fix the Doxygen section endings | Sylvain Munaut | 2012-04-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | core: Add generic CRC functions (templates expended to 8 16 32 64 bits) | Sylvain Munaut | 2011-09-16 | 1 | -0/+120 |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> |