]> Git Repo - secp256k1.git/blob - num.h
bugfixes and num-based Field::Inverse
[secp256k1.git] / num.h
1 #ifndef _SECP256K1_NUM_
2 #define _SECP256K1_NUM_
3
4 #include "num_gmp.h"
5 // #include "num_openssl.h"
6
7 #endif
This page took 0.027211 seconds and 4 git commands to generate.