mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-05 00:39:04 +00:00
Move files around to new directory structure
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct CtrRsa2048Key {
|
||||
uint8_t modulus[0x100];
|
||||
uint8_t priv_exponent[0x100];
|
||||
//uint8_t pub_exponent[0x3];
|
||||
} CtrRsa2048Key;
|
||||
|
||||
typedef struct CtrRsa4096Key {
|
||||
uint8_t modulus[0x200];
|
||||
uint8_t priv_exponent[0x200];
|
||||
//uint8_t pub_exponent[0x3];
|
||||
} CtrRsa4096Key;
|
||||
Reference in New Issue
Block a user