Go to the documentation of this file.
52 #define LIBBTC_API __declspec(dllexport)
56 #elif defined(__GNUC__) && defined(LIBBTC_BUILD)
57 #define LIBBTC_API __attribute__((visibility("default")))
67 #define BTC_ECKEY_UNCOMPRESSED_LENGTH 65
68 #define BTC_ECKEY_COMPRESSED_LENGTH 33
69 #define BTC_ECKEY_PKEY_LENGTH 32
70 #define BTC_ECKEY_PKEY_LENGTH 32
71 #define BTC_HASH_LENGTH 32