We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since #444 the tests on Windows are frozen with Secp256k1 assembly:
This is blocking #445 as it changes the assembly.
The big difference for secp256k1 is that due to using the full 256-bit the final substraction needs to handle an extra underflow condition here:
constantine/constantine/math/arithmetic/assembly/limbs_asm_modular_x86.nim
Lines 55 to 91 in fef6fdc
The text was updated successfully, but these errors were encountered:
workaround #448: deactivated secp256k1 tests due to bug on Windows wi…
2220302
…th assembly
workaround #448: missed one
a55345a
cb48a88
…th assembly (#449) * workaround #448: deactivated secp256k1 tests due to bug on Windows with assembly * workaround #448: missed one
No branches or pull requests
Since #444 the tests on Windows are frozen with Secp256k1 assembly:
This is blocking #445 as it changes the assembly.
The big difference for secp256k1 is that due to using the full 256-bit the final substraction needs to handle an extra underflow condition here:
constantine/constantine/math/arithmetic/assembly/limbs_asm_modular_x86.nim
Lines 55 to 91 in fef6fdc
The text was updated successfully, but these errors were encountered: