]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/gost3410.py
Unify ValueErrors string capitalizing
[pygost.git] / pygost / gost3410.py
index a2cc7cef015507d4db84955cd4a9b9ea392adf29..3a47187258d7f78964c6f55783033e4e3ec7a14a 100644 (file)
@@ -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 = (