Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-07-10 | [CRYPTO] ripemd: Put all common RIPEMD values in header file | Adrian-Ken Rueegsegger | 1 | -0/+17 | |
This patch puts all common RIPEMD values in the appropriate header file. Initial values and constants are the same for all variants of RIPEMD. Signed-off-by: Adrian-Ken Rueegsegger <rueegsegger@swiss-it.ch> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> | |||||
2008-07-10 | [CRYPTO] ripemd: Add support for RIPEMD hash algorithms | Adrian-Ken Rueegsegger | 1 | -0/+26 | |
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> |