[CRYPTO] ripemd: Add support for RIPEMD hash algorithms
authorAdrian-Ken Rueegsegger <rueegsegger@swiss-it.ch>
Wed, 7 May 2008 14:14:10 +0000 (22:14 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jul 2008 12:35:09 +0000 (20:35 +0800)
commitc6580eb8b17d64f0d6ad25c86a034adbda5ab4e1
tree8b947271d9e80bbc18f7c988372fb6e2d041cceb
parent93aa7f8a12d1b229bcee12a1100a6df4945f5432
[CRYPTO] ripemd: Add support for RIPEMD hash algorithms

This patch adds support for RIPEMD-128 and RIPEMD-160
hash algorithms.

Signed-off-by: Adrian-Ken Rueegsegger <rueegsegger@swiss-it.ch>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Makefile
crypto/ripemd.h [new file with mode: 0644]
crypto/rmd128.c [new file with mode: 0644]
crypto/rmd160.c [new file with mode: 0644]