diff options
| author | J08nY | 2023-10-26 15:25:44 +0200 |
|---|---|---|
| committer | J08nY | 2023-10-26 15:25:44 +0200 |
| commit | dc332720f2d505314cb8e2b954af0f3f669ad5fd (patch) | |
| tree | c54af75a28e7f124f3e07c47004272de7378a4f7 /pyecsca/misc | |
| parent | 0a9e74ee9973a9e80d2e596e22a6929dd66f5541 (diff) | |
| download | pyecsca-dc332720f2d505314cb8e2b954af0f3f669ad5fd.tar.gz pyecsca-dc332720f2d505314cb8e2b954af0f3f669ad5fd.tar.zst pyecsca-dc332720f2d505314cb8e2b954af0f3f669ad5fd.zip | |
Diffstat (limited to 'pyecsca/misc')
| -rw-r--r-- | pyecsca/misc/cfg.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyecsca/misc/cfg.py b/pyecsca/misc/cfg.py index f73eea9..05f89b8 100644 --- a/pyecsca/misc/cfg.py +++ b/pyecsca/misc/cfg.py @@ -121,6 +121,7 @@ class ECConfig: raise ValueError("Bad Mod implementaiton, can be one of 'python', 'gmp' or 'symbolic'.") self._mod_implementation = value + @public class LoggingConfig: """Logging configuration.""" @@ -128,6 +129,7 @@ class LoggingConfig: enabled: bool = True """Whether logging is enabled.""" + @public class Config: """Runtime configuration for the library.""" |
