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 #1255

Open
arhag opened this issue Jun 8, 2023 · 0 comments
Open

Plumb deadline timer into mod_exp implementation #1255

arhag opened this issue Jun 8, 2023 · 0 comments

Comments

@arhag
Copy link
Member

arhag commented Jun 8, 2023

Moved from eosnetworkfoundation/mandel#785:

This allows us to remove the subjective limitation on bit size introduced with eosnetworkfoundation/mandel#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 eosnetworkfoundation/mandel#769).

Dependencies:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

3 participants