Skip to content

Commit 551bd81

Browse files
committed
- Removing TODO note now that methods were renamed.
1 parent e0e5a1f commit 551bd81

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/server/encryption_sequencer.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ DataBatchEncryptionSequencer::DataBatchEncryptionSequencer(
111111

112112
// Top level encryption/decryption methods.
113113

114-
// TODO: Rename this method so it captures better the flow of decompress/encoding and encrypt/decrypt operations.
115114
bool DataBatchEncryptionSequencer::DecodeAndEncrypt(const std::vector<uint8_t>& plaintext) {
116115
// Validate all parameters and key_id
117116
if (!ValidateParameters()) {
@@ -199,7 +198,6 @@ bool DataBatchEncryptionSequencer::DecodeAndEncrypt(const std::vector<uint8_t>&
199198
}
200199
}
201200

202-
// TODO: Rename this method so it captures better the flow of decompress/encoding and encrypt/decrypt operations.
203201
bool DataBatchEncryptionSequencer::DecryptAndEncode(const std::vector<uint8_t>& ciphertext) {
204202
// Validate all parameters and key_id
205203
if (!ValidateParameters()) {

0 commit comments

Comments
 (0)