Open yorickpeterse opened 1 year ago
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 https://github.com/inko-lang/inko/issues/329.
No response
Per https://github.com/inko-lang/inko/issues/329#issuecomment-2209127802 we'll not implement the crypto primitives needed for TLS ourselves, so this issue is no longer a priority for the coming months.
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 https://github.com/inko-lang/inko/issues/329.
Related work
No response