aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/ec/coordinates.py
diff options
context:
space:
mode:
authorJ08nY2020-02-13 17:52:12 +0100
committerJ08nY2020-02-13 18:29:24 +0100
commiteef8b99dad6f43d97d9194a1a6f16bc5e2ef66b0 (patch)
tree8748dc624cc8047b9f1410b65ac0e6acf7df08eb /pyecsca/ec/coordinates.py
parentac0f153698adc4dfde4c8066d6052b916878f14a (diff)
downloadpyecsca-eef8b99dad6f43d97d9194a1a6f16bc5e2ef66b0.tar.gz
pyecsca-eef8b99dad6f43d97d9194a1a6f16bc5e2ef66b0.tar.zst
pyecsca-eef8b99dad6f43d97d9194a1a6f16bc5e2ef66b0.zip
Add notebooks, fix Travis.
Diffstat (limited to 'pyecsca/ec/coordinates.py')
-rw-r--r--pyecsca/ec/coordinates.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyecsca/ec/coordinates.py b/pyecsca/ec/coordinates.py
index 922cbcb..9043e76 100644
--- a/pyecsca/ec/coordinates.py
+++ b/pyecsca/ec/coordinates.py
@@ -13,6 +13,7 @@ from .formula import (Formula, EFDFormula, AdditionEFDFormula, DoublingEFDFormul
@public
class CoordinateModel(object):
+ """A coordinate system for a particular model(form) of an elliptic curve."""
name: str
full_name: str
curve_model: Any