]> git.saurik.com Git - apple/security.git/blob - OSX/libsecurity_cryptkit/lib/CryptKit.h
Security-57740.51.3.tar.gz
[apple/security.git] / OSX / libsecurity_cryptkit / lib / CryptKit.h
1 /* Copyright (c) 1998,2011,2014 Apple Inc. All Rights Reserved.
2 *
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 ***************************************************************************
10 *
11 * CryptKit.h created by blaine on Thu 22-Feb-1996
12 */
13
14 // Encryption related protocols and types
15 #include <security_cryptkit/NSCryptors.h>
16 #include <security_cryptkit/feeTypes.h>
17
18 // Classes
19 #include <security_cryptkit/NSFEEPublicKey.h>
20 #include <security_cryptkit/NSRandomNumberGenerator.h>
21 #include <security_cryptkit/NSDESCryptor.h>
22 #include <security_cryptkit/NSCipherFile.h>
23 #include <security_cryptkit/NSMD5Hash.h>
24
25 // Misc. Functions
26 #include <security_cryptkit/enc64.h>
27 #include <security_cryptkit/falloc.h>
28 #include <security_cryptkit/feeFunctions.h>