Closed jpacold closed 5 months ago
Quick fix for the build error reported here. It looks like I assumed I could use BIG_INTEGER_WORD in the test, but we don't necessarily have big_integer.hpp included. Let me know if there is some other standard way to do this.
BIG_INTEGER_WORD
big_integer.hpp
Closing this PR because the issue is fixed by #89c4366.
Quick fix for the build error reported here. It looks like I assumed I could use
BIG_INTEGER_WORD
in the test, but we don't necessarily havebig_integer.hpp
included. Let me know if there is some other standard way to do this.