Merge branch 'master' of https://git.kmlabz.com/BiztProtoBois/server into master
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@@ -7,7 +7,9 @@ class NetWrapper:
 | 
				
			|||||||
        self.privateKey = privateKey
 | 
					        self.privateKey = privateKey
 | 
				
			||||||
        self.cipherKey = cipherKey
 | 
					        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
 | 
					        pass
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def identifyCleint(self):
 | 
					    def identifyCleint(self):
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user