Add pure kernels for SIP digest authentication (MD5)

This commit is contained in:
jsteube
2017-08-07 13:39:17 +02:00
parent b1f9ed4a7c
commit 4f72c8bee6
8 changed files with 778 additions and 10458 deletions
+2 -2
View File
@@ -211,10 +211,10 @@ typedef struct bitcoin_wallet
typedef struct sip
{
u32 salt_buf[30];
u32 salt_buf[32];
u32 salt_len;
u32 esalt_buf[38];
u32 esalt_buf[48];
u32 esalt_len;
} sip_t;