mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-04 00:39:03 +00:00
makerom: misc
This commit is contained in:
@@ -36,6 +36,12 @@ typedef enum
|
||||
CTR_SHA_256,
|
||||
} ctr_sha_modes;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
SHA_1_LEN = 0x14,
|
||||
SHA_256_LEN = 0x20,
|
||||
} sha_hash_len;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
RSA_4096_PUBK = 0,
|
||||
|
||||
Reference in New Issue
Block a user