mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-14 03:48:07 +01:00
7 lines
106 B
C
7 lines
106 B
C
#ifndef _SECP256K1_NUM_
|
|
#define _SECP256K1_NUM_
|
|
|
|
#include "num_gmp.h"
|
|
// #include "num_openssl.h"
|
|
|
|
#endif
|