NdsForge.NET
1.0.1
Read, validate, edit, compare, and build Nintendo DS and DSi images from .NET
Loading...
Searching...
No Matches
INdsDsiSignatureProvider.cs
1
namespace
NdsForge
;
2
8
public
interface
INdsDsiSignatureProvider
9
{
13
void
SignHeader
(ReadOnlySpan<byte> signedHeader, Span<byte> destination);
14
}
NdsForge.INdsDsiSignatureProvider
Abstracts DSi header signing so build pipelines may use a managed private key, hardware-backed key,...
Definition
INdsDsiSignatureProvider.cs:9
NdsForge.INdsDsiSignatureProvider.SignHeader
void SignHeader(ReadOnlySpan< byte > signedHeader, Span< byte > destination)
Signs a finalized DSi header prefix into fixed signature-field storage.
NdsForge
Definition
NdsBanner.cs:5
src
NdsForge
Integrity
INdsDsiSignatureProvider.cs
Generated by
1.17.0