aboutsummaryrefslogtreecommitdiff
path: root/lib/libmd/sha1c.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-0/+3
| | | | Notes: svn path=/head/; revision=84211
* Add Eric Young's RIPEMD160 implementation as well, in case SHA-1Garrett Wollman1999-02-261-1/+1
| | | | | | | should prove weak. Also fix a few problems with the SHA-1 build. Notes: svn path=/head/; revision=44301
* Fix bug in MDx test suite.Garrett Wollman1999-02-261-0/+486
Add Eric Young's SHA-[01] implementations. Notes: svn path=/head/; revision=44290