(更新者)akabane_jumpei カードデータのARM9常駐モジュール先頭2KBの暗号化領域を復号化対応のヘッダ追加忘れ

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@314 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
(no author) 2007-12-06 00:03:09 +00:00
parent e6d27a1aaf
commit 927c813489

View File

@ -30,6 +30,9 @@ extern const BLOWFISH_CTX GCDi_BlowfishInitTableDS;
// Blowfish <20>‰Šú‰»
void InitBlowfish(BLOWFISH_CTX *ctx, const unsigned char *key, int keyLen);
// Blowfish KeyとTableの初期化
void InitBlowfishKeyAndTableDS(BLOWFISH_CTX *ctx, u32 *keyBufp, s32 keyLen);
// Blowfish •œ<E280A2>†‰»
void EncryptByBlowfish(const BLOWFISH_CTX *ctx, u32 *xl, u32 *xr);