Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
e47573930b
  1. 2
      crypto777/secp256k1/num_gmp.h

2
crypto777/secp256k1/num_gmp.h

@ -7,7 +7,7 @@
#ifndef _SECP256K1_NUM_REPR_
#define _SECP256K1_NUM_REPR_
#include "<gmp.h>"
#include <gmp.h>
#define NUM_LIMBS ((256+GMP_NUMB_BITS-1)/GMP_NUMB_BITS)

Loading…
Cancel
Save