File:  [PGP] / pgp / src / mdfile.h
Revision 1.1.1.8 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:45:45 2018 UTC (8 years, 1 month ago) by root
Branches: phill, MAIN
CVS tags: pgp263i, HEAD
PGP 2.6.3i

/*	mdfile.h - C headers for PGP MD5 Message digest routines.
	PGP 1.0 used MD4, now we use MD5.
*/

#include "md5.h"	/* for MD5 message digest stuff */

/* Prototypes for MD5 routines */

/* Computes and returns the message digest from file
   position,longcount bytes */

int MDfile0_len(struct MD5Context *mdContext, FILE *f, word32 longcount);

/* Computes the message digest for a specified file */
int MDfile(struct MD5Context *mdContext,char *filename);

/* Used to finish the message digest, including extra material. */
void MD_addbuffer (struct MD5Context *mdContext, byte *buf,
		   int buflen, byte digest[16]);

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.