diff options
Diffstat (limited to 'pyecsca/ec/error.py')
| -rw-r--r-- | pyecsca/ec/error.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyecsca/ec/error.py b/pyecsca/ec/error.py index ecbe4d2..26e7945 100644 --- a/pyecsca/ec/error.py +++ b/pyecsca/ec/error.py @@ -1,3 +1,6 @@ +""" +This module contains exceptions and warnings used in the library. +""" from public import public from ..misc.cfg import getconfig |
