Implement ChaCha20-Poly1305 and XChaCha20-Poly1305 #574
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
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
The text was updated successfully, but these errors were encountered: