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

Please add support for chacha20-poly1305 #223

Open
cryptomilk opened this issue Jul 12, 2019 · 3 comments
Open

Please add support for chacha20-poly1305 #223

cryptomilk opened this issue Jul 12, 2019 · 3 comments

Comments

@cryptomilk
Copy link

Please add support for chacha20-poly1305 to have an alternative to AES-GCM.

Details: https://tools.ietf.org/html/rfc7539

@paulmillr
Copy link

TLS 1.3 supports ChaCha20 and AES-GCM. So it makes sense to add this cipher to mirror TLS, an extremely widely used protocol.

@paulmillr
Copy link

Until this gets done, auditable pure JS chacha20-poly1305, xsalsa, and others are available at https://github.com/paulmillr/noble-ciphers

@hazae41

This comment was marked as duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants