cocagne / pysrp

Python implementation of the Secure Remote Password protocol (SRP)
MIT License
113 stars 42 forks source link

Support for python 3 #22

Closed timmartin closed 7 years ago

timmartin commented 7 years ago

I've updated the library to support Python 3, using six for backward compatibility with Python 2. I've checked that test_srp.py is passing on both 2.7 and 3.5.

cocagne commented 7 years ago

Thanks timmartin! That's been on my todo list for years.