sayantn / aes

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

Make the cpu feature detection build-time instead of compile-time #3

Closed sayantn closed 2 weeks ago

sayantn commented 3 weeks ago

This makes the UI simpler but may hurt cross-compilation. Exposed pre_enc and its friends for more fine-grained control.