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 ChaCha20-Poly1305 and XChaCha20-Poly1305 #574

Open
yorickpeterse opened this issue Jun 6, 2023 · 1 comment
Open

Implement ChaCha20-Poly1305 and XChaCha20-Poly1305 #574

yorickpeterse opened this issue Jun 6, 2023 · 1 comment
Labels
accepting contributions Issues that are suitable to be worked on by anybody, not just maintainers 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

We support both ChaCha20, XChaCha20, and Poly1305, but we lack a type that implements the combinations of the ChaCha and Poly1305 algorithms. These algorithms are used for TLS, so we'll need it for #329.

Related work

No response

@yorickpeterse yorickpeterse added feature New things to add to Inko, such as a new standard library module 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 changed the title Implement ChaCha20-Poly1305 Implement ChaCha20-Poly1305 and XChaCha20-Poly1305 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 removed this from the 0.16.0 milestone Jul 4, 2024
@yorickpeterse
Copy link
Collaborator Author

Per #329 (comment) we'll not implement the crypto primitives needed for TLS ourselves, so this issue is no longer a priority for the coming months.

@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 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