Skip to content

Commit

Permalink
Comment modification
Browse files Browse the repository at this point in the history
  • Loading branch information
AshishYUO committed Apr 10, 2021
1 parent 397059c commit ae6a048
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ciphers/elliptic_curve_key_exchange.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit ae6a048

Please sign in to comment.