You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
...
The text was updated successfully, but these errors were encountered:
Some things in pyecsca should be configurable at runtime such as:
Mod
implementation is used? GMPY vs Raw.The text was updated successfully, but these errors were encountered: