adamreeve commented on issue #7258: URL: https://github.com/apache/arrow-rs/issues/7258#issuecomment-2759562283
Ring is now in "security maintenance only" mode under new maintainers, so contributing plain CTR might not be possible, see https://rustsec.org/advisories/RUSTSEC-2025-0007.html and https://github.com/briansmith/ring/discussions/2414. We may want to look at alternatives like [aws-lc-rs](https://crates.io/crates/aws-lc-rs), although that has less platform support which may be a problem (eg. no wasm support). It looks like there's already AES-CTR support in aws-lc-rs though: https://docs.rs/aws-lc-rs/1.12.6/aws_lc_rs/cipher/index.html. Plus support for 192 bit keys which is missing from Ring but supported by the Parquet format: https://docs.rs/aws-lc-rs/1.12.6/aws_lc_rs/aead/constant.AES_192_GCM.html -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org