cocagne / pysrp

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

AttributeError in _pysrp.User.get_username #1

Closed tesdal closed 11 years ago

tesdal commented 11 years ago

get_username of User class returns self.username instead of self.I like the Verifier does.

cocagne commented 11 years ago

Thanks for the report tesdal. Fixed in version 1.0.3 which is now available on pypi.