]>
git.saurik.com Git - apple/security.git/blob - OSX/libsecurity_cryptkit/lib/feePublicKeyPrivate.h
1 /* Copyright (c) 1998,2011,2014 Apple 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, INC. AND THE
6 * ORIGINAL LICENSEE THAT OBTAINED THESE MATERIALS FROM APPLE,
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++.
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_*/