electrum 4/5: improve speed (rm hook)

This commit is contained in:
philsmd
2019-12-05 10:43:42 +01:00
parent 52e83c2292
commit d07f002337
13 changed files with 2268 additions and 1201 deletions
+14
View File
@@ -0,0 +1,14 @@
/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef _EMU_INC_ECC_SECP256K1_H
#define _EMU_INC_ECC_SECP256K1_H
#include "emu_general.h"
#include "inc_vendor.h"
#include "inc_ecc_secp256k1.h"
#endif // _EMU_INC_ECC_SECP256K1_H
-13
View File
@@ -1,13 +0,0 @@
/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef _EXT_SECP256K1_H
#include "secp256k1.h"
bool hc_secp256k1_pubkey_parse (secp256k1_pubkey *pubkey, u8 *buf, size_t length);
bool hc_secp256k1_pubkey_tweak_mul (secp256k1_pubkey *pubkey, u8 *buf, size_t length);
#endif // _EXT_SECP256K1_H