Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
openssh-library
/
d733c91bf3e66c4b14228b3dc20ed448a3bc6d7c
/
.
/
fingerprint.h
blob: c4ec22fc419237521779ee2f25d8dfaa3da3b945 [
file
] [
log
] [
blame
] [
raw
]
/* 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