diff options
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]: |
