Module encryption

Module encryption 

Source
Expand description

Encryption module for Apache Iceberg.

This module provides core cryptographic primitives for encrypting and decrypting data in Iceberg tables.

Structs§

AesGcmCipher
AES-GCM cipher for encrypting and decrypting data.
SecureKey
A secure encryption key that zeroes its memory on drop.

Enums§

AesKeySize
Supported AES key sizes for AES-GCM encryption.