aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/ec/mod/raw.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyecsca/ec/mod/raw.py')
-rw-r--r--pyecsca/ec/mod/raw.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyecsca/ec/mod/raw.py b/pyecsca/ec/mod/raw.py
index a70c627..dd5e4f8 100644
--- a/pyecsca/ec/mod/raw.py
+++ b/pyecsca/ec/mod/raw.py
@@ -8,7 +8,7 @@ from pyecsca.ec.mod.base import Mod, extgcd, miller_rabin, jacobi, cube_root_inn
@public
-class RawMod(Mod):
+class RawMod(Mod["RawMod"]):
"""An element x of ℤₙ (implemented using Python integers)."""
x: int