[makerom] Implemented support for secure crypto. Secure crypto is now default. Seeded keyY crypto not yet supported. Time for version 0.16!!!

This commit is contained in:
jakcron
2017-05-25 13:50:03 +08:00
parent 183d95bffa
commit 4f875b0d0b
7 changed files with 94 additions and 80 deletions
+8
View File
@@ -72,6 +72,14 @@ typedef enum
platform_SNAKE = 0x2
} ncch_platform;
typedef enum
{
keyx_regular = 0x00,
keyx_7_0 = 0x01,
keyx_9_3 = 0x0A,
keyx_9_6 = 0x0B,
} ncch_keyx_id;
typedef struct
{
u16 formatVersion;