summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/md4
Commit message (Expand)AuthorAgeFilesLines
* fix copyrightsJohn Kohl1991-03-041-0/+1
* fix up #ifdef on rcsid_md4_cJohn Kohl1991-03-011-2/+2
* use byte counts, not bit countsJohn Kohl1991-02-271-1/+1
* uses byte counts now.John Kohl1991-02-271-1/+1
* fix #endif lintJohn Kohl1991-02-261-1/+1
* remove <krb5/copyright.h>John Kohl1991-02-262-2/+0
* update to use latest MD4 codeJohn Kohl1991-02-262-40/+15
* forgot to /* */ a comment on #endifJohn Kohl1991-02-261-1/+1
* kerberizeJohn Kohl1991-02-262-2/+32
* updated code from new RFCJohn Kohl1991-02-261-121/+164
* updated code from RFCJohn Kohl1991-02-261-297/+205
* use Krb5LibraryTargetJohn Kohl1991-02-151-1/+1
* include count in the outputJohn Kohl1991-02-132-2/+10
* fix problem with referencing past end of array on byte-alignedJohn Kohl1991-01-171-4/+12
* need to encrypt the output, dummy!John Kohl1991-01-171-1/+1
* cast the seed to an octet *John Kohl1991-01-031-1/+1
* fix names of table entriesJohn Kohl1991-01-032-2/+2
* use proper names in the glue entriesJohn Kohl1991-01-031-3/+2
* *** empty log message ***John Kohl1991-01-031-0/+87
* add md4cryptoJohn Kohl1991-01-031-2/+2
* RFC draft protocol changes and related cleanupsJohn Kohl1990-12-141-0/+2
* change name for checksum type #defineJohn Kohl1990-11-201-1/+1
* *** empty log message ***John Kohl1990-11-082-0/+79
* fix indentation to remove extra space from documentation fileJohn Kohl1990-11-081-119/+131
* change to copy onto stack to avoid modifying input in MDupdateJohn Kohl1990-11-081-15/+30
* Initial code from RFCJohn Kohl1990-11-072-0/+441