commit | 6941c3a0aabb6ad4167827360f384e9daed7dd7f | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sun Jul 12 13:58:04 2009 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jul 14 12:58:07 2009 +0800 |
tree | 679c89fd67dc35bd4d2279481c830ef29f2a5db6 | |
parent | 9ef074fa9b525f7fc7a35d0761f3d4ed01fe8252 [diff] |
crypto: hash - Remove legacy hash/digest implementaion This patch removes the implementation of hash and digest now that no algorithms use them anymore. The interface though will remain until the users are converted across. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>