X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=pygost%2Fgost341194.py;h=adc0925f6e53e32cbbb909dfc978f9b08dd87530;hb=c60e57615ac5dc348178acbb01a60cbda983d6d7;hp=90a5f8243940f66e0866e470c29511438f66d884;hpb=557a8dc9902c888ccd7f9b7622308f5a4d0d53ad;p=pygost.git diff --git a/pygost/gost341194.py b/pygost/gost341194.py index 90a5f82..adc0925 100644 --- a/pygost/gost341194.py +++ b/pygost/gost341194.py @@ -180,9 +180,6 @@ class GOST341194(PEP247): h = _step(h, checksum, self.sbox) return h[::-1] - def hexdigest(self): - return hexenc(self.digest()) - def new(data=b"", sbox=DEFAULT_SBOX): return GOST341194(data, sbox)