Re: [PATCH -v2 1/5] crypto: Add GHASH digest algorithm for GCM

2009-08-05 Thread Herbert Xu
On Mon, Aug 03, 2009 at 03:45:27PM +0800, Huang Ying wrote: > GHASH is implemented as a shash algorithm. The actual implementation > is copied from gcm.c. This makes it possible to add > architecture/hardware accelerated GHASH implementation. > > v2: > - Fix a bug in Makefile (Thanks Sebastian) >

[PATCH -v2 1/5] crypto: Add GHASH digest algorithm for GCM

2009-08-03 Thread Huang Ying
GHASH is implemented as a shash algorithm. The actual implementation is copied from gcm.c. This makes it possible to add architecture/hardware accelerated GHASH implementation. v2: - Fix a bug in Makefile (Thanks Sebastian) - Some other minor fixes Signed-off-by: Huang Ying --- crypto/Kconfig