Re: [PATCH v2 0/2] Add SHA-3 algorithm and test vectors.

2016-06-20 Thread Herbert Xu
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

Re: [PATCH v2 0/2] Add SHA-3 algorithm and test vectors.

2016-06-20 Thread Herbert Xu
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

RE: [PATCH v2 0/2] Add SHA-3 algorithm and test vectors.

2016-06-17 Thread Raveendra Padasalagi
; Florian Fainelli; Anup Patel; Ray Jui; Scott Branden; Pramod > Kumar; bcm-kernel-feedback-l...@broadcom.com; Raveendra Padasalagi > Subject: [PATCH v2 0/2] Add SHA-3 algorithm and test vectors. > > This patchset adds the implementation of SHA-3 algorithm in software and it's > based

RE: [PATCH v2 0/2] Add SHA-3 algorithm and test vectors.

2016-06-17 Thread Raveendra Padasalagi
; Florian Fainelli; Anup Patel; Ray Jui; Scott Branden; Pramod > Kumar; bcm-kernel-feedback-l...@broadcom.com; Raveendra Padasalagi > Subject: [PATCH v2 0/2] Add SHA-3 algorithm and test vectors. > > This patchset adds the implementation of SHA-3 algorithm in software and it's > based

[PATCH v2 0/2] Add SHA-3 algorithm and test vectors.

2016-06-16 Thread Raveendra Padasalagi
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

[PATCH v2 0/2] Add SHA-3 algorithm and test vectors.

2016-06-16 Thread Raveendra Padasalagi
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