mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove chatty logging
This commit is contained in:
@@ -282,7 +282,7 @@ bool checkECIES(void)
|
|||||||
std::vector<unsigned char> decrypt=recipientPriv.decryptECIES(senderPub, ciphertext);
|
std::vector<unsigned char> decrypt=recipientPriv.decryptECIES(senderPub, ciphertext);
|
||||||
|
|
||||||
if(decrypt != message) return false;
|
if(decrypt != message) return false;
|
||||||
std::cerr << "Msg(" << msglen << ") ok " << ciphertext.size() << std::endl;
|
// std::cerr << "Msg(" << msglen << ") ok " << ciphertext.size() << std::endl;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user