commit | ec2b4c851f4da48a51b79a69843beb135e3db8c2 | [log] [tgz] |
---|---|---|
author | Tim Chen <tim.c.chen@linux.intel.com> | Tue Mar 26 13:59:05 2013 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Apr 03 09:06:32 2013 +0800 |
tree | 2396aa2faaecfcbd16cce900f3e3552530b4f985 | |
parent | 46d208a2bdf5c3d4a60f2363318f600d64493f60 [diff] |
crypto: sha256 - Optimized sha256 x86_64 assembly routine with AVX instructions. 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>