These patches add RIPEMD-256/320 support to the cryptoapi and fix the makefile entry for rmd128.o The first patch contains a fix for to crypto/Makefile so rmd128.o is dependent on CONFIG_CRYPTO_RMD128. The second patch extracts all common values of the RIPEMD algorithms to the proper header file. The third patch contains the actual implementation of the extended hash algorithms RIPEMD-256 and RIPEMD-320. They are described by Antoon Bosselaers (ESAT-COSIC) at: <http://homes.esat.kuleuven.be/~bosselae/ripemd160.html#extenions> The fourth patch adds test vectors for both hash functions to tcrypt. There are no standardized HMAC test vectors. The test vectors for the hash functions are taken from <http://homes.esat.kuleuven.be/~bosselae/ripemd160.html#extenions> The fifth patch contains the Kconfig entries for both algorithms. -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html