ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/src/md5.C
(Generate patch)

Comparing ermyth/src/md5.C (file contents):
Revision 1.3 by pippijn, Wed Sep 5 11:23:15 2007 UTC vs.
Revision 1.4 by pippijn, Sun Sep 9 20:05:52 2007 UTC

1/* 1/**
2 * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team 2 * md5.C: Message Digest 5 algorithm implementation
3 * Rights to this code are documented in doc/poddoc/license.pod 3 * Rights to this code are documented in doc/poddoc/license.pod
4 * 4 *
5 * $Id: md5.C,v 1.3 2007/09/05 11:23:15 pippijn Exp $ 5 * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team (http://ermyth.schmorp.de)
6 */ 6 */
7
8static char const rcsid[] = "$Id: md5.C,v 1.4 2007/09/09 20:05:52 pippijn Exp $";
9
7#include <memory> /* for memcpy() */ 10#include <memory> /* for memcpy() */
8 11
9#include <svsconfig.h> 12#include <svsconfig.h>
10#include "md5.h" 13#include "md5.h"
11
12static char const rcsid[] = "$Id: md5.C,v 1.3 2007/09/05 11:23:15 pippijn Exp $";
13 14
14#ifndef HIGHFIRST 15#ifndef HIGHFIRST
15#define byteReverse(buf, len) /* Nothing */ 16#define byteReverse(buf, len) /* Nothing */
16#else 17#else
17void 18void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines