Skip to content

Commit

Permalink
rename encryption / decryption methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Aug 6, 2023
1 parent b682760 commit be3a014
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion executables/unit_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ static void test_encrypt_decrypt_validate(const bool useGeneratedFiles,bool mess
encrypted_wrong_sing->size());
assert(decrypted== nullptr);
}

}
// and make sure we don't let packets with an invalid signing suffix through
for (uint64_t nonce = 0; nonce < 200; nonce++) {
Expand Down

0 comments on commit be3a014

Please sign in to comment.