David Marec b8c8cd4fb0 Common hardening Makefile il y a 7 mois
..
Makefile b8c8cd4fb0 Common hardening Makefile il y a 7 mois
README.md 90562bd5bf CRC32C il y a 9 mois
crc32c.c 1984c62f98 gg=G il y a 8 mois

README.md

CRC32 computing

Different CRC32C (Castagnoli) implementation

software

Portable implementation.

Hardware

Compiler Intrinsics implementation.

Intel SSE4.2 required.

ARM also provides intrinsics in ACME, march=+crc+.

TODO

Design alignment steps for better performances.