update idSymmetric= to match SPAKE2-0.3
This commit is contained in:
parent
b97b7ccd8c
commit
532aa0811c
|
@ -125,8 +125,7 @@ class Wormhole:
|
|||
def _start(self):
|
||||
# allocate the rest now too, so it can be serialized
|
||||
self.sp = SPAKE2_Symmetric(self.code.encode("ascii"),
|
||||
idA=self.appid+":SymmetricA",
|
||||
idB=self.appid+":SymmetricB")
|
||||
idSymmetric=self.appid)
|
||||
self.msg1 = self.sp.start()
|
||||
|
||||
def _post_message(self, url, msg):
|
||||
|
|
|
@ -133,8 +133,7 @@ class Wormhole:
|
|||
def _start(self):
|
||||
# allocate the rest now too, so it can be serialized
|
||||
self.sp = SPAKE2_Symmetric(self.code.encode("ascii"),
|
||||
idA=self.appid+":SymmetricA",
|
||||
idB=self.appid+":SymmetricB")
|
||||
idSymmetric=self.appid)
|
||||
self.msg1 = self.sp.start()
|
||||
|
||||
def serialize(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user