第十五章 摘要与HMAC / 15.2 openssl摘要实现

openssl摘要实现的源码位于crypto目录下的各个子目录下,如下所示:

Ø         crypto/ripemdripemd摘要实现(包括汇编代码)及其测试程序;

Ø         crypto/md2md2摘要实现及其测试程序;

Ø         crypto/mdc2mdc2摘要实现及其测试程序;

Ø         crypto/md4md4摘要实现及其测试程序;

Ø         crypto/md5md5摘要实现及其测试程序;

Ø         crypto/shashasha1sha256sha512实现及其测试程序(包含汇编源码)

上述各种摘要源码在openssl中都是底层的函数,相对独立,能单独提取出来,而不必包含openssllibcrypto(因为这个库一般比较大)