Skip to content

Commit 6b6c1f0

Browse files
coderdanBennett Hardwick
andauthored
Update src/encrypted_table/mod.rs
Co-authored-by: Bennett Hardwick <bennett@cipherstash.com>
1 parent 036d666 commit 6b6c1f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/encrypted_table/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ impl EncryptedTable {
181181
let (pk, sealed) = sealer.seal(&self.cipher, 12).await?;
182182

183183
// TODO: Use a combinator
184-
//let (pk, table_entries) = encrypt(record, &self.cipher).await?;
185184
let mut items: Vec<TransactWriteItem> = Vec::with_capacity(sealed.len());
186185

187186
for entry in sealed.into_iter() {

0 commit comments

Comments
 (0)