~ubuntu-branches/ubuntu/lucid/isomd5sum/lucid

« back to all changes in this revision

Viewing changes to md5.c

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Finnie
  • Date: 2008-02-12 20:50:55 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20080212205055-5gt8o245bm7uhur0
Tags: upstream-1.0.4
ImportĀ upstreamĀ versionĀ 1.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $Id$
3
 
 *
4
2
 * This code implements the MD5 message-digest algorithm.
5
3
 * The algorithm is due to Ron Rivest.  This code was
6
4
 * written by Colin Plumb in 1993, no copyright is claimed.