Expand description
Encryption module for Apache Iceberg.
This module provides core cryptographic primitives for encrypting and decrypting data in Iceberg tables.
Structs§
- AesGcm
Cipher - AES-GCM cipher for encrypting and decrypting data.
- Secure
Key - A secure encryption key that zeroes its memory on drop.
Enums§
- AesKey
Size - Supported AES key sizes for AES-GCM encryption.