Implement AES in Inko #573
Labels
accepting contributions
Issues that are suitable to be worked on by anybody, not just maintainers
compiler
Changes related to the compiler
feature
New things to add to Inko, such as a new standard library module
std
Changes related to the standard library
Description
Extracted from #499 so it's easier to plan:
We need to add support for AES, as this is used by TLS and needed for #329. LLVM has intrinsics for AES, but it's not clear yet if these are supported across all platforms we're interested in. If not, we might need to provide a software fallback.
It's not clear yet how much work this will be, so the first step is to figure that out and update this issue accordingly.
Related work
No response
The text was updated successfully, but these errors were encountered: