Misc changes to ticket, cert and CIA

This commit is contained in:
Pengfei
2021-07-28 00:27:01 +08:00
parent d8c79c5d2a
commit 325832f318
7 changed files with 120 additions and 48 deletions
+7
View File
@@ -4,6 +4,7 @@
#pragma once
#include <array>
#include "common/common_types.h"
namespace Core {
@@ -36,4 +37,10 @@ inline u32 GetSignatureSize(u32 signature_type) {
return 0;
}
constexpr std::array<const char*, 3> CIACertNames{{
"CA00000003",
"XS0000000c",
"CP0000000b",
}};
} // namespace Core