X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=pygost%2Fgost3410.py;fp=pygost%2Fgost3410.py;h=cdb5b039eb1dd876604c74d4c63135721c1a3fd5;hp=6e1bf845f9eb9e396ab82ab771e3a19eb8627a5a;hb=63d5c5a81f29bfbb2e6eff3d8dc730a33ef80427;hpb=fffc38fbb9568b83575edeb2d6040fdf39fe7288 diff --git a/pygost/gost3410.py b/pygost/gost3410.py index 6e1bf84..cdb5b03 100644 --- a/pygost/gost3410.py +++ b/pygost/gost3410.py @@ -55,6 +55,7 @@ class GOST3410Curve(object): the twisted Edwards form :param str name: human-readable curve name """ + def __init__(self, p, q, a, b, x, y, cofactor=1, e=None, d=None, name=None): self.p = p self.q = q