Added -m 21700 = Electrum 4 and -m 21800 = Electrum 5

This commit is contained in:
philsmd
2019-11-16 10:48:52 +01:00
parent fe8c17f4c7
commit db91fe6981
103 changed files with 26683 additions and 23 deletions

13
include/ext_secp256k1.h Normal file
View File

@@ -0,0 +1,13 @@
/**
* 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