mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
(更新者)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:
parent
e6d27a1aaf
commit
927c813489
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user