From cdbfa8fd76d3015041a8361a70585ace3ddda3dd Mon Sep 17 00:00:00 2001 From: Aeksei Date: Mon, 21 Dec 2015 00:01:27 +0300 Subject: [PATCH] prime_num_1 --- DSGost.py | 1 + 1 file changed, 1 insertion(+) diff --git a/DSGost.py b/DSGost.py index edc8664..9c3eb98 100755 --- a/DSGost.py +++ b/DSGost.py @@ -11,6 +11,7 @@ class DSGost(): __G = None def __init__(self, p, a, b, n, xG, versionHash=256): + p = primeNum(versionHash).get() self.__a = a self.__b = b self.__n = n