Added full AES-GCM cipher & hash-mode 27000 - Stargazer Stellar Wallet XLM
This commit is contained in:
@@ -57,6 +57,8 @@ static const char *PA_038 = "Invalid key size";
|
||||
static const char *PA_039 = "Invalid block size";
|
||||
static const char *PA_040 = "Invalid or unsupported cipher";
|
||||
static const char *PA_041 = "Invalid filesize";
|
||||
static const char *PA_042 = "IV length exception";
|
||||
static const char *PA_043 = "CT length exception";
|
||||
static const char *PA_255 = "Unknown error";
|
||||
|
||||
static const char *OPTI_STR_OPTIMIZED_KERNEL = "Optimized-Kernel";
|
||||
@@ -1032,6 +1034,8 @@ const char *strparser (const u32 parser_status)
|
||||
case PARSER_BLOCK_SIZE: return PA_039;
|
||||
case PARSER_CIPHER: return PA_040;
|
||||
case PARSER_FILE_SIZE: return PA_041;
|
||||
case PARSER_IV_LENGTH: return PA_042;
|
||||
case PARSER_CT_LENGTH: return PA_043;
|
||||
}
|
||||
|
||||
return PA_255;
|
||||
|
||||
Reference in New Issue
Block a user