]>
git.saurik.com Git - apple/security.git/blob - libsecurity_cryptkit/lib/feePublicKeyPrivate.h
1 /* Copyright (c) 1998 Apple Computer, Inc. All rights reserved.
3 * NOTICE: USE OF THE MATERIALS ACCOMPANYING THIS NOTICE IS SUBJECT
4 * TO THE TERMS OF THE SIGNED "FAST ELLIPTIC ENCRYPTION (FEE) REFERENCE
5 * SOURCE CODE EVALUATION AGREEMENT" BETWEEN APPLE COMPUTER, INC. AND THE
6 * ORIGINAL LICENSEE THAT OBTAINED THESE MATERIALS FROM APPLE COMPUTER,
7 * INC. ANY USE OF THESE MATERIALS NOT PERMITTED BY SUCH AGREEMENT WILL
8 * EXPOSE YOU TO LIABILITY.
9 ***************************************************************************
11 * feePublicKeyPrivate.h - feePublicKey private function declarations
16 * Changed to compile with C++.
17 * 28 Aug 96 Doug Mitchell at NeXT
21 #ifndef _CK_FEEPUBKEYPRIV_H_
22 #define _CK_FEEPUBKEYPRIV_H_
25 #include "feePublicKey.h"
33 key
feePubKeyPlusCurve(feePubKey pubKey
);
34 key
feePubKeyMinusCurve(feePubKey pubKey
);
35 curveParams
*feePubKeyCurveParams(feePubKey pubKey
);
36 giant
feePubKeyPrivData(feePubKey pubKey
);
37 void printPubKey(feePubKey pubKey
);
43 #endif /*_CK_FEEPUBKEYPRIV_H_*/