X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=pygost%2Fgost3410.py;h=3a47187258d7f78964c6f55783033e4e3ec7a14a;hp=a2cc7cef015507d4db84955cd4a9b9ea392adf29;hb=03de94212cd7c039e6a7f4f947fbd2d7d6c9b70e;hpb=ac622c5618f2ff79cfd0f11f273ace92d4e3925e diff --git a/pygost/gost3410.py b/pygost/gost3410.py index a2cc7ce..3a47187 100644 --- a/pygost/gost3410.py +++ b/pygost/gost3410.py @@ -120,7 +120,7 @@ class GOST3410Curve(object): """Compute s/t parameters for twisted Edwards curve points conversion """ if self.e is None or self.d is None: - raise ValueError("non twisted Edwards curve") + raise ValueError("Non twisted Edwards curve") if self._st is not None: return self._st self._st = (