Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement AES in Inko #573

Open
yorickpeterse opened this issue Jun 6, 2023 · 0 comments
Open

Implement AES in Inko #573

yorickpeterse opened this issue Jun 6, 2023 · 0 comments
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

Comments

@yorickpeterse
Copy link
Collaborator

yorickpeterse commented Jun 6, 2023

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

@yorickpeterse yorickpeterse added feature New things to add to Inko, such as a new standard library module compiler Changes related to the compiler std Changes related to the standard library labels Jun 6, 2023
@yorickpeterse yorickpeterse added this to the 0.16.0 milestone Jun 6, 2023
@yorickpeterse yorickpeterse moved this to Planning in NLnet tasks Jun 6, 2023
@yorickpeterse yorickpeterse self-assigned this Jun 6, 2023
@yorickpeterse yorickpeterse modified the milestones: 0.16.0, 0.17.0 Jul 4, 2024
@yorickpeterse yorickpeterse removed this from the 0.17.0 milestone Aug 15, 2024
@yorickpeterse yorickpeterse removed their assignment Aug 15, 2024
@yorickpeterse yorickpeterse added the accepting contributions Issues that are suitable to be worked on by anybody, not just maintainers label Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant