Skip to content

Commit

Permalink
crypto: sha256 - Optimized sha256 x86_64 routine using AVX2's RORX in…
Browse files Browse the repository at this point in the history
…structions

Provides SHA256 x86_64 assembly routine optimized with SSE, AVX and
AVX2's RORX instructions.  Speedup of 70% or more has been
measured over the generic implementation.

Signed-off-by: Tim Chen <tim.c.chen@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
pdxChen authored and herbertx committed Apr 3, 2013
1 parent ec2b4c8 commit d34a460
Showing 1 changed file with 772 additions and 0 deletions.
Loading

0 comments on commit d34a460

Please sign in to comment.