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

Congrats :) #6

Open
jedisct1 opened this issue Nov 20, 2019 · 2 comments
Open

Congrats :) #6

jedisct1 opened this issue Nov 20, 2019 · 2 comments

Comments

@jedisct1
Copy link

Just wanted to say congrats for this module! This is really good work!

Let me know if you need help with anything, regarding the protocol or something else (maybe a standalone xchacha20-poly1305 implementation?)

Cheers,
-Frank.

@reklatsmasters
Copy link
Owner

@jedisct1
Thanks, Frank! It's nice to hear this from you! Yeah, standalone xchacha20-poly1305 implementation could really help. I did not find it in pure js or webassembly. The tweetnacl module supports only xsalsa20-poly1305

@jedisct1
Copy link
Author

There is a xchacha20 implementation, and tweetnacl exposes poly1305 (crypto_onetimeauth) and x25519 (crypto_scalarmult), so it's just a matter of combining these. I'll try to do that for you.

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

No branches or pull requests

2 participants