mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-08 13:06:57 +08:00
Comment modification
This commit is contained in:
@@ -286,6 +286,7 @@ static void test() {
|
|||||||
std::cout << alice_shared_key << std::endl;
|
std::cout << alice_shared_key << std::endl;
|
||||||
std::cout << bob_shared_key << std::endl;
|
std::cout << bob_shared_key << std::endl;
|
||||||
|
|
||||||
|
// Check whether shared keys are equal
|
||||||
assert(alice_shared_key == bob_shared_key);
|
assert(alice_shared_key == bob_shared_key);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user