warner / python-spake2

pure-python implementation of the SPAKE2 Password-Authenticated Key Exchange algorithm
Other
78 stars 15 forks source link

add hkdf as dependency and correct PyPy2 #8

Closed ghost closed 7 years ago

coveralls commented 8 years ago

Coverage Status

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

asymmetric commented 8 years ago

Fixes #7.

ghost commented 8 years ago

@asymmetric updated

coveralls commented 8 years ago

Coverage Status

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

coveralls commented 8 years ago

Coverage Status

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

warner commented 7 years ago

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 commented 7 years ago

merged first two patches in eb11820 , omitting final patch