Comment modification

This commit is contained in:
Ashish Bhanu Daulatabad 2021-04-11 00:13:13 +05:30
parent 397059cea4
commit ae6a048de9

View File

@ -286,6 +286,7 @@ static void test() {
std::cout << alice_shared_key << std::endl;
std::cout << bob_shared_key << std::endl;
// Check whether shared keys are equal
assert(alice_shared_key == bob_shared_key);
}