Print when exchange ok
This commit is contained in:
parent
e21dee39c7
commit
83a2e2372f
@ -80,6 +80,8 @@ func handleConnection(conn net.Conn, privateKey *rsa.PrivateKey) {
|
||||
uid, _ := decryptKeyIV(uidData,privateKey)
|
||||
conn.Write([]byte("Received UID\n"))
|
||||
|
||||
fmt.Println("Exchange, OK!")
|
||||
|
||||
var ciphertext []byte
|
||||
var chunk string
|
||||
var plaintext []byte
|
||||
|
Loading…
Reference in New Issue
Block a user