-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visual Studio build #327
Comments
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. |
Thanks, good to know that. |
@chfast defining |
Yes, it works. |
How can I include this in my visual studio project? So far i have only added the include folder to my additional include directories, im my project properties, and get a Any hints would be great! Thanks! |
I've seen Visual Studio related PRs. Is there any working Visual Studio build? What about big number implementation? @ximinez?
The text was updated successfully, but these errors were encountered: