mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2300 b08762b0-b915-fc4b-9d8c-17b2551a87ff
14 lines
259 B
C++
14 lines
259 B
C++
#pragma once
|
|
|
|
// 署名用の鍵データの宣言
|
|
|
|
#include <twl/types.h>
|
|
|
|
namespace MasterEditorTWL
|
|
{
|
|
// 開発機用ROMヘッダ署名鍵
|
|
extern const u8 g_devPubKey_DER[ 0xa2 ];
|
|
extern const u8 g_devPrivKey_DER[ 0x263 ];
|
|
|
|
} // end of namespace MasterEditorTWL
|