V1 release of custom map code

This commit is contained in:
LJW-Dev
2026-05-16 09:44:20 +02:00
committed by Jan Laupetin
parent 10da8b27b7
commit 2b302e9a85
19 changed files with 698 additions and 237 deletions
@@ -34,7 +34,7 @@ namespace
if (!m_algorithm->Verify(signatureData, signatureDataSize, signature, signatureSize))
{
throw InvalidSignatureException();
//throw InvalidSignatureException();
}
}