Skip to content

Commit 44020d9

Browse files
committed
Add crypto for AES-GCM
1 parent 5cf85da commit 44020d9

5 files changed

Lines changed: 594 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 85 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/iceberg/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ storage-s3 = ["opendal/services-s3", "reqsign"]
4141

4242

4343
[dependencies]
44+
aes-gcm = "0.10"
4445
anyhow = { workspace = true }
4546
apache-avro = { workspace = true }
4647
array-init = { workspace = true }
@@ -88,6 +89,7 @@ tokio = { workspace = true, optional = false, features = ["sync"] }
8889
typed-builder = { workspace = true }
8990
url = { workspace = true }
9091
uuid = { workspace = true }
92+
zeroize = "1.7"
9193
zstd = { workspace = true }
9294

9395
[dev-dependencies]

0 commit comments

Comments
 (0)