Skip to content

Commit

Permalink
prime_num_1
Browse files Browse the repository at this point in the history
  • Loading branch information
aeksei committed Dec 20, 2015
1 parent d16709b commit cdbfa8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DSGost.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cdbfa8f

Please sign in to comment.