Skip to content
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

Closed
wants to merge 3 commits into from
Closed

add hkdf as dependency and correct PyPy2 #8

wants to merge 3 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Nov 13, 2016

No description provided.

@ghost ghost mentioned this pull request Nov 13, 2016
@coveralls
Copy link

coveralls commented Nov 13, 2016

Coverage Status

Coverage decreased (-0.2%) to 96.22% when pulling c6fbabd on TiberiumPY:patch-1 into b18caeb on warner:master.

@@ -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)

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.

@asymmetric
Copy link

Fixes #7.

@ghost
Copy link
Author

ghost commented Nov 13, 2016

@asymmetric updated

@coveralls
Copy link

coveralls commented Nov 13, 2016

Coverage Status

Coverage decreased (-0.2%) to 96.22% when pulling ab44b87 on TiberiumPY:patch-1 into b18caeb on warner:master.

@coveralls
Copy link

coveralls commented Nov 13, 2016

Coverage Status

Coverage decreased (-0.2%) to 96.22% when pulling ab44b87 on TiberiumPY:patch-1 into b18caeb on warner:master.

@warner
Copy link
Owner

warner commented Nov 16, 2016

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!

@warner
Copy link
Owner

warner commented Nov 16, 2016

merged first two patches in eb11820 , omitting final patch

@warner warner closed this Nov 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants