DSiWare Exports: Difference between revisions
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
| 0x10 | | 0x10 | ||
| 0x10 | | 0x10 | ||
| CTR for AES-CTR / IV for AES-CBC | | CTR for AES-CTR / IV for AES-CBC, generated by the RNG. | ||
|} | |} | ||
| Line 27: | Line 27: | ||
! Size | ! Size | ||
! Description | ! Description | ||
! Algorithm Type | |||
|- | |- | ||
| 0x0 | | 0x0 | ||
| 0x4020 | | 0x4020 | ||
| Banner section | | Banner section | ||
| AES-CBC | |||
|- | |- | ||
| 0x4020 | | 0x4020 | ||
| 0xA0 | | 0xA0 | ||
| Header section | | Header section | ||
| AES-CTR | |||
|- | |- | ||
| 0x40C0 | | 0x40C0 | ||
| 0x400 | | 0x400 | ||
| Footer section | | Footer section | ||
| AES-CBC | |||
|- | |- | ||
| 0x44C0 | | 0x44C0 | ||
| | | | ||
| Data for the 4 content sections are stored here. | | Data for the 4 content sections are stored here. | ||
| AES-CTR | |||
|} | |} | ||