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

Herbert Xu herbert at gondor.apana.org.au
Tue Mar 31 06:14:46 PDT 2015


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 that it needs.
> 
> Signed-off-by: Ard Biesheuvel <ard.biesheuvel at linaro.org>

Creating yet another module for this is too much.  Please just
add these generic helpers to the generic module.

Thanks,
-- 
Email: Herbert Xu <herbert at gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt



More information about the linux-arm-kernel mailing list