1 /*---------------------------------------------------------------------------*
2   Project:  Horizon
3   File:     crypto_API.h
4   Copyright (C)2009 Nintendo Co., Ltd.  All rights reserved.
5   These coded instructions, statements, and computer programs contain
6   proprietary information of Nintendo of America Inc. and/or Nintendo
7   Company Ltd., and are protected by Federal copyright law. They may
8   not be disclosed to third parties or copied or duplicated in any form,
9   in whole or in part, without the prior written consent of Nintendo.
10   $Rev: 29205 $
11  *---------------------------------------------------------------------------
12 
13 
14 */
15 
16 #ifndef NN_CRYPTO_CRYPTO_API_H_
17 #define NN_CRYPTO_CRYPTO_API_H_
18 
19 namespace nn {
20 namespace crypto {
21 
22 /* Please see man pages for details
23 
24 
25 
26 */
27 void  Initialize();
28 void  Finalize();
29 
30 }
31 }
32 
33 #endif /* NN_CRYPTO_CRYPTO_API_H_ */
34