mirror of
https://github.com/status-im/secp256k1.git
synced 2025-02-23 11:18:15 +00:00
8 lines
106 B
C
8 lines
106 B
C
#ifndef _SECP256K1_NUM_
|
|
#define _SECP256K1_NUM_
|
|
|
|
#include "num_gmp.h"
|
|
// #include "num_openssl.h"
|
|
|
|
#endif
|