Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1426517
| From | Herbert Xu <herbert@gondor.apana.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 0/2] Add SHA-3 algorithm and test vectors. |
| Date | 2016-06-20 13:40 +0200 |
| Message-ID | <rM5IC-7CS-7@gated-at.bofh.it> (permalink) |
| References | <rKUcx-2fy-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Jun 17, 2016 at 10:30:34AM +0530, Raveendra Padasalagi wrote: > This patchset adds the implementation of SHA-3 algorithm > in software and it's based on original implementation > pushed in patch https://lwn.net/Articles/518415/ with > additional changes to match the padding rules specified > in SHA-3 specification. > > This patchset also includes changes in tcrypt module to > add support for SHA-3 algorithms test and related test > vectors for basic testing. > > Broadcom Secure Processing Unit-2(SPU-2) engine supports > offloading of SHA-3 operations in hardware, in order to > add SHA-3 support in SPU-2 driver we needed to have the > software implementation and test framework in place. > > The patchset is based on v4.7-rc1 tag and its tested on > Broadcom NorthStar2 SoC. > > The patch set can be fetched from iproc-sha3-v2 branch > of https://github.com/Broadcom/arm64-linux.git > > Changes since v1: > - Renamed MODULE_ALIAS to MODULE_ALIAS_CRYPTO All applied. Thanks. -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2 0/2] Add SHA-3 algorithm and test vectors. Raveendra Padasalagi <raveendra.padasalagi@broadcom.com> - 2016-06-17 07:10 +0200 [PATCH v2 1/2] Crypto: Add SHA-3 hash algorithm Raveendra Padasalagi <raveendra.padasalagi@broadcom.com> - 2016-06-17 07:10 +0200 RE: [PATCH v2 0/2] Add SHA-3 algorithm and test vectors. Raveendra Padasalagi <raveendra.padasalagi@broadcom.com> - 2016-06-17 11:30 +0200 Re: [PATCH v2 0/2] Add SHA-3 algorithm and test vectors. Herbert Xu <herbert@gondor.apana.org.au> - 2016-06-20 13:40 +0200
csiph-web