Added full AES-GCM cipher & hash-mode 27000 - Stargazer Stellar Wallet XLM

This commit is contained in:
Gabriele Gristina
2020-12-25 04:50:18 +01:00
parent 15bf8b7302
commit 54df7d53ea
9 changed files with 1547 additions and 0 deletions
+2
View File
@@ -542,6 +542,8 @@ typedef enum parser_rc
PARSER_BLOCK_SIZE = -39,
PARSER_CIPHER = -40,
PARSER_FILE_SIZE = -41,
PARSER_IV_LENGTH = -42,
PARSER_CT_LENGTH = -43,
PARSER_HAVE_ERRNO = -100,
PARSER_UNKNOWN_ERROR = -255