~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.1.3 upstream) (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080212205055-ok7t538if9lctyws
Tags: 1:1.0.4-1
* New upstream version.
* Epoch added, upstream re-worked into standalone package
* debian/control: new homepage/git
* debian/control: clarified description
* Removed sgml documentation (manpages moved upstream)
* Added watch file

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.