Skip to content
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

Plumb deadline timer into mod_exp implementation #785

Closed
1 task done
arhag opened this issue Aug 3, 2022 · 1 comment
Closed
1 task done

Plumb deadline timer into mod_exp implementation #785

arhag opened this issue Aug 3, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@arhag
Copy link
Member

arhag commented Aug 3, 2022

This allows us to remove the subjective limitation on bit size introduced with #361 since the deadline timer would be able to interrupt the computation done internally for mod_exp.

Requires code changes to be made to the math implementation of mod_exp which must wait until we replace that implementation from gmp to something with a friendlier license like BoringSSL (captured in #769).

Dependencies:

@arhag arhag added the enhancement New feature or request label Aug 3, 2022
@ericpassmore ericpassmore transferred this issue from eosnetworkfoundation/mandel Aug 6, 2022
@ericpassmore ericpassmore transferred this issue from another repository Aug 6, 2022
@arhag
Copy link
Member Author

arhag commented Jun 8, 2023

Replaced by AntelopeIO/leap#1255.

@arhag arhag closed this as not planned Won't fix, can't repro, duplicate, stale Jun 8, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in ENF Engineering Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant