diff options
Diffstat (limited to 'pyecsca/ec/mod/gmp.py')
| -rw-r--r-- | pyecsca/ec/mod/gmp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyecsca/ec/mod/gmp.py b/pyecsca/ec/mod/gmp.py index 83f0aaf..268a752 100644 --- a/pyecsca/ec/mod/gmp.py +++ b/pyecsca/ec/mod/gmp.py @@ -37,7 +37,7 @@ if has_gmp: return gmpy2.is_prime(x) @public - class GMPMod(Mod): + class GMPMod(Mod["GMPMod"]): """An element x of ℤₙ. Implemented by GMP.""" x: gmpy2.mpz |
