diff options
| author | J08nY | 2024-01-25 18:59:49 +0100 |
|---|---|---|
| committer | J08nY | 2024-01-25 18:59:49 +0100 |
| commit | cbfcfb3433dd6030db5a253d291985706bd0dc9a (patch) | |
| tree | d32f144ed048d2803af554e53a893dc4aebfcb4d /pyecsca/ec/context.py | |
| parent | 340dd4e7cfa9a1075d1c33936ed9884234744a31 (diff) | |
| download | pyecsca-cbfcfb3433dd6030db5a253d291985706bd0dc9a.tar.gz pyecsca-cbfcfb3433dd6030db5a253d291985706bd0dc9a.tar.zst pyecsca-cbfcfb3433dd6030db5a253d291985706bd0dc9a.zip | |
Diffstat (limited to 'pyecsca/ec/context.py')
| -rw-r--r-- | pyecsca/ec/context.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyecsca/ec/context.py b/pyecsca/ec/context.py index 5bc9cdf..3735c26 100644 --- a/pyecsca/ec/context.py +++ b/pyecsca/ec/context.py @@ -244,6 +244,7 @@ current: Optional[Context] = None class _ContextManager: def __init__(self, new_context): + # TODO: Is this deepcopy a good idea? self.new_context = deepcopy(new_context) def __enter__(self) -> Optional[Context]: |
