Compare commits

..

No commits in common. "02ef40a303185cee7b78057433f23c95420002c7" and "1b802f9b6bf063a648497e980d4954b0abb9f264" have entirely different histories.

View File

@ -7,9 +7,7 @@ class NetWrapper:
self.privateKey = privateKey
self.cipherKey = cipherKey
def identifyServer(self,message: bytes):
#Message is coded with Server RSA public key in string byte format
#Create network_interface
def identifyServer(self):
pass
def identifyCleint(self):