Compare commits
2 Commits
1b802f9b6b
...
02ef40a303
| Author | SHA1 | Date | |
|---|---|---|---|
| 02ef40a303 | |||
| 4005a86058 |
@@ -7,7 +7,9 @@ class NetWrapper:
|
||||
self.privateKey = privateKey
|
||||
self.cipherKey = cipherKey
|
||||
|
||||
def identifyServer(self):
|
||||
def identifyServer(self,message: bytes):
|
||||
#Message is coded with Server RSA public key in string byte format
|
||||
#Create network_interface
|
||||
pass
|
||||
|
||||
def identifyCleint(self):
|
||||
|
||||
Reference in New Issue
Block a user