aboutsummaryrefslogtreecommitdiff
path: root/lib/libmd/rmd160c.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove 'register' keyword.David E. O'Brien2002-03-211-5/+5
| | | | Notes: svn path=/head/; revision=92913
* add __FBSDID()s to libmdMatthew Dillon2001-09-301-2/+3
| | | | Notes: svn path=/head/; revision=84211
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* No, this isn't what I submitted. Seems like the patch I sentMatt Jacob1999-02-271-2/+2
| | | | | | | was ignored and an incorrect hand edit was used instead. Notes: svn path=/head/; revision=44310
* Fixes for Alpha.Garrett Wollman1999-02-261-1/+2
| | | | | | | Submitted by: mjacob Notes: svn path=/head/; revision=44304
* Add Eric Young's RIPEMD160 implementation as well, in case SHA-1Garrett Wollman1999-02-261-0/+544
should prove weak. Also fix a few problems with the SHA-1 build. Notes: svn path=/head/; revision=44301