X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=pygost%2Fpbkdf2.py;h=0fd6ddcbe72400e6002b87135f7e6ba77c6e5f1a;hp=4bef6c6ea07b0c95d56bd892c129cc12054be7bb;hb=31b08d5a78505f0ae1a144e58d023d84eda2cc6e;hpb=82af8726ef5d5e2752089a45750e56c9910398c7 diff --git a/pygost/pbkdf2.py b/pygost/pbkdf2.py index 4bef6c6..0fd6ddc 100644 --- a/pygost/pbkdf2.py +++ b/pygost/pbkdf2.py @@ -1,5 +1,5 @@ # coding: utf-8 -""" PBKDF2 implementation suitable for GOST R 34.11-94/34.11-2012. +"""PBKDF2 implementation suitable for GOST R 34.11-94/34.11-2012. This implementation is based on Python 3.5.2 source code's one. PyGOST does not register itself in hashlib anyway, so use it instead.