Re: [PATCH 0/5] sha3 fixes and new implementation for arm64

2018-01-16 Thread Ard Biesheuvel
On 16 January 2018 at 08:41, Steve Capper wrote: > On Fri, Jan 12, 2018 at 03:13:56PM +, Ard Biesheuvel wrote: >> On 12 January 2018 at 13:15, Ard Biesheuvel >> wrote: >> > Add an implementation of SHA3 to arm64 using the new special

Re: [PATCH 0/5] sha3 fixes and new implementation for arm64

2018-01-16 Thread Steve Capper
On Fri, Jan 12, 2018 at 03:13:56PM +, Ard Biesheuvel wrote: > On 12 January 2018 at 13:15, Ard Biesheuvel wrote: > > Add an implementation of SHA3 to arm64 using the new special instructions > > (#4) > > > > In preparation of that, fix a bug in the SHA3 and

Re: [PATCH 0/5] sha3 fixes and new implementation for arm64

2018-01-12 Thread Ard Biesheuvel
On 12 January 2018 at 13:15, Ard Biesheuvel wrote: > Add an implementation of SHA3 to arm64 using the new special instructions (#4) > > In preparation of that, fix a bug in the SHA3 and refactor it a bit so it > can serve as a fallback for the other code. Also, add some

[PATCH 0/5] sha3 fixes and new implementation for arm64

2018-01-12 Thread Ard Biesheuvel
Add an implementation of SHA3 to arm64 using the new special instructions (#4) In preparation of that, fix a bug in the SHA3 and refactor it a bit so it can serve as a fallback for the other code. Also, add some new test vectors to get better test coverage. Ard Biesheuvel (5): crypto/generic: