crypto: hash - Move ahash functions into crypto/hash.h
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jul 2008 08:01:22 +0000 (16:01 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jul 2008 12:35:18 +0000 (20:35 +0800)
All new crypto interfaces should go into individual files as much
as possible in order to ensure that crypto.h does not collapse under
its own weight.

This patch moves the ahash code into crypto/hash.h and crypto/internal/hash.h
respectively.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found