NdsForge.NET
1.0.1
Read, validate, edit, compare, and build Nintendo DS and DSi images from .NET
Loading...
Searching...
No Matches
NdsDsiSignatureMode.cs
1
namespace
NdsForge
;
2
4
public
enum
NdsDsiSignatureMode
5
{
7
Cleared
,
8
13
NoGbaDevelopmentMarker
,
14
16
RsaSha1
,
17
}
NdsForge
Definition
NdsBanner.cs:5
NdsForge.NdsDsiSignatureMode
NdsDsiSignatureMode
Selects how a DSi build populates the 128-byte signature field under an explicit authenticity policy.
Definition
NdsDsiSignatureMode.cs:5
NdsForge.NdsDsiSignatureMode.NoGbaDevelopmentMarker
@ NoGbaDevelopmentMarker
Writes the development marker used by ndstool and no$gba: fixed framing bytes plus SHA-1 of header by...
Definition
NdsDsiSignatureMode.cs:13
NdsForge.NdsDsiSignatureMode.RsaSha1
@ RsaSha1
Uses an application-supplied provider to produce a real RSA-1024 SHA-1 PKCS#1 v1.5 signature.
Definition
NdsDsiSignatureMode.cs:16
NdsForge.NdsDsiSignatureMode.Cleared
@ Cleared
Leaves all signature bytes zero so consumers cannot mistake the image for authenticated retail conten...
Definition
NdsDsiSignatureMode.cs:7
src
NdsForge
Building
NdsDsiSignatureMode.cs
Generated by
1.17.0