comparison libfaim/md5.c @ 1649:3fe5799b7823

[gaim-migrate @ 1659] Update libfaim. committer: Tailor Script <tailor@pidgin.im>
author Adam Fritzler <mid@auk.cx>
date Tue, 27 Mar 2001 00:51:09 +0000
parents e1da6a6ec42b
children
comparison
equal deleted inserted replaced
1648:09445224e2d9 1649:3fe5799b7823
19 19
20 L. Peter Deutsch 20 L. Peter Deutsch
21 ghost@aladdin.com 21 ghost@aladdin.com
22 22
23 */ 23 */
24 /*$Id: md5.c 899 2000-09-12 20:21:36Z warmenhoven $ */ 24 /*$Id: md5.c 1659 2001-03-27 00:51:09Z mid $ */
25 /* 25 /*
26 Independent implementation of MD5 (RFC 1321). 26 Independent implementation of MD5 (RFC 1321).
27 27
28 This code implements the MD5 Algorithm defined in RFC 1321. 28 This code implements the MD5 Algorithm defined in RFC 1321.
29 It is derived directly from the text of the RFC and not from the 29 It is derived directly from the text of the RFC and not from the