I've seen Visual Studio related PRs. Is there any working Visual Studio build? What about big number implementation? @ximinez?
-
chfast commented at 9:18 PM on September 29, 2015: none
-
sipa commented at 11:06 PM on September 29, 2015: contributor
There is no need for a bignum implementation. It gives a mild performance boost to have gmp for computing modular inverses, but you can compile without. Furthermore, @apoelstra is working on a native fast modular inverse, so we have drop the GMP requirement entirely.
-
chfast commented at 8:37 AM on September 30, 2015: none
Thanks, good to know that. Last time I was playing with cmake (#315) I had to define
USE_NUM_GMP. -
chfast commented at 11:57 AM on October 1, 2015: none
Yes, it works.
-
ZeroXn commented at 8:02 AM on October 14, 2015: none
How can I include this in my visual studio project? I have included the header files, but not sure how i actually compile the library?
So far i have only added the include folder to my additional include directories, im my project properties, and get a
LNK2019 unresolved external symbol _secp256k1_context_create referenced in functionwhen i try and compile my project.Any hints would be great! Thanks! `
-
evoskuil commented at 6:34 PM on December 10, 2015: contributor
- gmaxwell closed this on Feb 20, 2019