dsoprea / RijndaelPbkdf

Pure-Python Rijndael and PBKDF2 package. Python2 and Python3 compatible.
GNU General Public License v2.0
12 stars 4 forks source link

Old method calls doesn't work anymore #11

Open Nirzak opened 2 years ago

Nirzak commented 2 years ago

After updating to version 0.2.7 the function pprp.crypto_3.rijndael() doesn't work as expected. I have seen you have merged python 2.7 and python 3 separate function calls. So, I have used pprp.rijndael() but still no way.