Statistics
| Branch: | Revision:

root / include / qemu / crc32c.h @ 5b50e790

History | View | Annotate | Download (1021 Bytes)

# Date Author Comment
8e1b02b8 05/03/2013 11:31 am Jeff Cody

qemu: add castagnoli crc32c checksum algorithm

This adds the Castagnoli CRC32C algorithm, using the 0x11EDC6F41
polynomial.

This is extracted from the linux kernel cryptographic crc32.c module.

The algorithm is based on:

Castagnoli93: Guy Castagnoli and Stefan Braeuer and Martin Herrman...