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

Add config class #5

Closed
J08nY opened this issue Dec 16, 2020 · 0 comments
Closed

Add config class #5

J08nY opened this issue Dec 16, 2020 · 0 comments

Comments

@J08nY
Copy link
Owner

J08nY commented Dec 16, 2020

Some things in pyecsca should be configurable at runtime such as:

  • Whether some error states are detected and raise an exception. For example when computing a modular square root of a non-residue, or when computing a modular inverse of a non-invertible element. This is useful for simulating the behavior of implementations which contain these kinds of errors.
  • Whether formula assumptions are verified.
  • Maybe what Mod implementation is used? GMPY vs Raw.
  • ...
@J08nY J08nY closed this as completed in c2ad632 Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant