-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile error #15
Comments
Based on your error messages, it looks like you're missing the Python Btw, what's your project? Tom On Sun, Apr 17, 2016 at 12:47 PM, Masih Yeganeh notifications@github.com
|
I'm not sure how but it was because of Python 3. I'm writing an interface to a web site that uses SRP for login :) Based on your error messages, it looks like you're missing the Python Btw, what's your project? Tom On Sun, Apr 17, 2016 at 12:47 PM, Masih Yeganeh notifications@github.com
— |
Ah, cool. I'll try and get to your patch in a day or two. Thanks for I'm not sure how but it was because of Python 3. I'm writing an interface to a web site that uses SRP for login :) On Apr 18, 2016 05:54, "Tom Cocagne" notifications@github.com wrote: Based on your error messages, it looks like you're missing the Python Btw, what's your project? Tom On Sun, Apr 17, 2016 at 12:47 PM, Masih Yeganeh notifications@github.com
— Reply to this email directly or view it on GitHub — Reply to this email directly or view it on GitHub |
You mean master branch is not compatible with rfc5054? Thanks |
Well, it's not truly possible for an SRP implementation to be compatible In terms of the roadmap for pysrp, it's been on my agenda for quite a while Adding support for both hashing algorithms and defaulting it to the Cheers, Tom On Mon, Apr 18, 2016 at 6:28 PM, Masih Yeganeh notifications@github.com
|
That's great. I'm doing know much about SRP and the RFC, I just needed it in my project, but if you can give me a list of things to do to make it ready for merge, I would do them. |
No knowledge of SRP or the RFC is necessary. The code just needs to work On Tue, Apr 19, 2016 at 4:21 AM, Masih Yeganeh notifications@github.com
|
I couldn't install your package. It has compile errors either in python 2 or 3.
Here is output of
pip install srp==1.0.5
:I just looked at your code and it seems to have pure python and cython version.
Is there anyway to make the cython version optional in install time?
It seems that your package is only SRP implementation in python. I need it for my project.
Thanks
The text was updated successfully, but these errors were encountered: