diff options
| author | Ján Jančár | 2025-10-03 10:52:53 +0200 |
|---|---|---|
| committer | GitHub | 2025-10-03 10:52:53 +0200 |
| commit | 79d723f4ff97156b5828623b53dd58c33f16500b (patch) | |
| tree | ab826a1fb5d6eeba2f392b61c014d2a67464adbe /pyecsca/ec/mod/flint.py | |
| parent | fa610a92b40c6bed2a409a8b3d8366948ad96cce (diff) | |
| parent | e6975a1924323ae5b7fbc1766ee65190157c37c2 (diff) | |
| download | pyecsca-79d723f4ff97156b5828623b53dd58c33f16500b.tar.gz pyecsca-79d723f4ff97156b5828623b53dd58c33f16500b.tar.zst pyecsca-79d723f4ff97156b5828623b53dd58c33f16500b.zip | |
Diffstat (limited to 'pyecsca/ec/mod/flint.py')
| -rw-r--r-- | pyecsca/ec/mod/flint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyecsca/ec/mod/flint.py b/pyecsca/ec/mod/flint.py index becfeea..52a12a2 100644 --- a/pyecsca/ec/mod/flint.py +++ b/pyecsca/ec/mod/flint.py @@ -1,5 +1,5 @@ import warnings -from functools import lru_cache, wraps, partial +from functools import lru_cache, wraps from typing import Union from public import public |
