File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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.
115114bool 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.
203201bool DataBatchEncryptionSequencer::DecryptAndEncode (const std::vector<uint8_t >& ciphertext) {
204202 // Validate all parameters and key_id
205203 if (!ValidateParameters ()) {
You can’t perform that action at this time.
0 commit comments