sayantn / aes

A platform-agnostic Rust library for AES
https://crates.io/crates/aes_crypto
2 stars 0 forks source link

Implement Constant-time bitsliced AES opt-in #5

Closed sayantn closed 2 weeks ago

sayantn commented 2 weeks ago

Added the constant-time feature which turns on bitsliced constant-time AES - which is much slower than table-based, but is constant-time, which can be important in some scenarios #4