calamity-inc / Soup

The everything library for C++ 17 and beyond with bindings for other languages.
MIT License
14 stars 5 forks source link

Leverage AES intrinsics on ARM #113

Closed Sainan closed 3 months ago

Sainan commented 7 months ago
Sainan commented 3 months ago

It seems there is no intrinsic for key expansion, so the current implementation is probably about as optimal as it gets.