Skip to content

Commit

Permalink
crypto: sha256 - Optimized sha256 x86_64 assembly routine with AVX in…
Browse files Browse the repository at this point in the history
…structions.

Provides SHA256 x86_64 assembly routine optimized with SSE and AVX instructions.
Speedup of 60% 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 46d208a commit ec2b4c8
Showing 1 changed file with 496 additions and 0 deletions.
Loading

0 comments on commit ec2b4c8

Please sign in to comment.