Skip to content

Commit

Permalink
crypto: crct10dif - Accelerated CRC T10 DIF computation with PCLMULQD…
Browse files Browse the repository at this point in the history
…Q instruction

This is the x86_64 CRC T10 DIF transform accelerated with the PCLMULQDQ
instructions.  Details discussing the implementation can be found in the
paper:

"Fast CRC Computation for Generic Polynomials Using PCLMULQDQ Instruction"
http://www.intel.com/content/dam/www/public/us/en/documents/white-papers/fast-crc-computation-generic-polynomials-pclmulqdq-paper.pdf

Signed-off-by: Tim Chen <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
pdxChen authored and herbertx committed May 20, 2013
1 parent 2d31e51 commit 31d9396
Showing 1 changed file with 643 additions and 0 deletions.
Loading

0 comments on commit 31d9396

Please sign in to comment.