NdsForge.NET 1.0.1
Read, validate, edit, compare, and build Nintendo DS and DSi images from .NET
Loading...
Searching...
No Matches
NdsModcryptArea.cs
1namespace NdsForge;
2
4public enum NdsModcryptArea
5{
7 First = 0,
8
10 Second = 1,
11}
NdsModcryptArea
Identifies which DSi modcrypt interval and HMAC-derived initial counter a transformation uses.
@ First
Selects the first interval and the first sixteen bytes of the ARM9 HMAC.
@ Second
Selects the second interval and the first sixteen bytes of the ARM7 HMAC.