Re: [PATCH v2 resend 01/14] crypto: sha512: implement base layer for SHA-512

2015-03-31 Thread Herbert Xu
On Mon, Mar 30, 2015 at 11:48:20AM +0200, Ard Biesheuvel wrote: > To reduce the number of copies of boilerplate code throughout > the tree, this patch implements generic glue for the SHA-512 > algorithm. This allows a specific arch or hardware implementation > to only implement the special handling

[PATCH v2 resend 01/14] crypto: sha512: implement base layer for SHA-512

2015-03-30 Thread Ard Biesheuvel
To reduce the number of copies of boilerplate code throughout the tree, this patch implements generic glue for the SHA-512 algorithm. This allows a specific arch or hardware implementation to only implement the special handling that it needs. Signed-off-by: Ard Biesheuvel --- crypto/Kconfig