Add -m 15500 module

This commit is contained in:
jsteube
2019-02-11 11:13:11 +01:00
parent 19ec4340e3
commit 1454580b4f
3 changed files with 343 additions and 233 deletions

View File

@@ -9,17 +9,6 @@ typedef struct pbkdf2_sha256
} pbkdf2_sha256_t;
typedef struct jks_sha1
{
u32 checksum[5];
u32 iv[5];
u32 enc_key_buf[4096];
u32 enc_key_len;
u32 der[5];
u32 alias[16];
} jks_sha1_t;
typedef struct ethereum_presale
{
u32 iv[4];
@@ -123,7 +112,6 @@ typedef enum kern_type
KERN_TYPE_HMAC_STREEBOG_512_SLT = 11860,
KERN_TYPE_OPENCART = 13900,
KERN_TYPE_SHA1CX = 14400,
KERN_TYPE_JKS_SHA1 = 15500,
KERN_TYPE_ETHEREUM_PRESALE = 16300,
KERN_TYPE_CRAM_MD5_DOVECOT = 16400,
KERN_TYPE_JWT_HS256 = 16511,