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