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