mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-05 16:59:02 +00:00
[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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user