summaryrefslogtreecommitdiff
path: root/fingerprint.h
blob: c4ec22fc419237521779ee2f25d8dfaa3da3b945 (plain)
1
2
3
4
5
6
/* RCSID("$Id: fingerprint.h,v 1.1 1999/11/16 22:49:28 markus Exp $"); */

#ifndef FINGERPRINT_H
#define FINGERPRINT_H
char * fingerprint(BIGNUM *e, BIGNUM *n);
#endif