-
Notifications
You must be signed in to change notification settings - Fork 15
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
add hkdf as dependency and correct PyPy2 #8
Conversation
@@ -2,8 +2,8 @@ | |||
# Pure-Python SPAKE2 | |||
|
|||
* License: MIT | |||
* Dependencies: none (pure-python) | |||
* Compatible With: Python 2.6, 2.7, 3.3, 3.4, 3.5, pypy2 | |||
* Dependencies: hkdf (pure-python) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would loose the (pure-python)
here.
Fixes #7. |
@asymmetric updated |
I'm good with the first two patches.. I'll land that now. I think I'd like to leave the "Pure-Python SPAKE2" headline in the README, since not needing a C compiler is what's special about this particular library (and the HKDF dependency doesn't need a C compiler either). thanks! |
merged first two patches in eb11820 , omitting final patch |
No description provided.