warner / python-spake2

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

Hash IDs for better serialization #3

Closed Sc00bz closed 8 years ago

Sc00bz commented 8 years ago

key = H(idA, idB, X, Y, KB) -> key = H(H(idA), H(idB), X, Y, KB)

warner commented 8 years ago

looks good, landing