-
Notifications
You must be signed in to change notification settings - Fork 54
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
Need help? #1
Comments
My main problem is that I can't figure out how I want the API to look like. With issues like:
Feature wise I'm pretty close to completion. I'm mainly adding unit tests at the moment. |
I would prefer an API as close as possible tn the original C++ version. Using |
For my version of TripleSec, I took your XSalsa20-Poly1305 method and stripped out the Poly1305 because for that encryption scheme the Poly1305 wasn't part of the spec, and your implementation of XSalsa20, overall, was the most compatible. If you want to fold it back into your repository let me know or grab it direct from my repository and drop me a line. https://github.com/SparkDustJoe/miniLockManaged |
Hey,
this is very interessting. Do you need help on anything?
Cheers,
--esskar
The text was updated successfully, but these errors were encountered: