Skip to content

Commit

Permalink
Do not ABC the Mod.
Browse files Browse the repository at this point in the history
  • Loading branch information
J08nY committed Jul 15, 2024
1 parent 06e005a commit 30d5254
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyecsca/ec/mod/base.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import random
import secrets
from abc import ABC
from functools import lru_cache, wraps

from public import public
Expand Down Expand Up @@ -124,7 +123,7 @@ def __repr__(self):


@public
class Mod(ABC):
class Mod:
"""
An element x of ℤₙ.
Expand Down

0 comments on commit 30d5254

Please sign in to comment.