As of version 57.2.0, cipher.rs hardcoded AES_128_GCM algorithm, which takes AES key of 128 bits.
However, Iceberg spec supports AES key sizes of 128, 192 and 256 bits.
It would be great that the Parquet module can encrypt/decrypt with AES 256 bits key.
As of version
57.2.0, cipher.rs hardcodedAES_128_GCMalgorithm, which takes AES key of 128 bits.However, Iceberg spec supports AES key sizes of 128, 192 and 256 bits.
It would be great that the Parquet module can encrypt/decrypt with AES 256 bits key.