mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Comment modification
This commit is contained in:
parent
397059cea4
commit
ae6a048de9
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user