diff options
| author | J08nY | 2018-12-18 20:42:57 +0100 |
|---|---|---|
| committer | J08nY | 2019-03-21 11:00:14 +0100 |
| commit | fe1d8873331109342348d7ab58c3415c65aec57c (patch) | |
| tree | a433f020bc3611ccb523e354cbd05cc9d6be5571 /pyecsca/ec/curve.py | |
| parent | f4c73c9cc111d8975a7bac6a8ca3cd5d1c49804b (diff) | |
| download | pyecsca-fe1d8873331109342348d7ab58c3415c65aec57c.tar.gz pyecsca-fe1d8873331109342348d7ab58c3415c65aec57c.tar.zst pyecsca-fe1d8873331109342348d7ab58c3415c65aec57c.zip | |
Diffstat (limited to 'pyecsca/ec/curve.py')
| -rw-r--r-- | pyecsca/ec/curve.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyecsca/ec/curve.py b/pyecsca/ec/curve.py index 4c9d401..20dd3e0 100644 --- a/pyecsca/ec/curve.py +++ b/pyecsca/ec/curve.py @@ -1,3 +1,4 @@ +from public import public from typing import Mapping from .coordinates import CoordinateModel @@ -5,6 +6,7 @@ from .model import CurveModel from .point import Point +@public class EllipticCurve(object): model: CurveModel coordinate_model: CoordinateModel |
