-
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
I've ported other related low level functions: ge_frombytes_vartime, ge_scalarmult etc. #15
Comments
I'm interested in these other functions if you still have them available. |
Sorry for the late response.
|
No worries! Thanks for the update! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For an upcoming project I needed various low level ECC primitives. I've been working with Chaos.NaCl for some time now, and used it as a starting point. I ended up needing to port other functions such as:
fe_divpowm1
ge_frombytes_vartime
ge_cached_cmov
ge_cached_0
ge_scalarmult
ge_mul8
etc. I'd be happy to contribute them if interested.The text was updated successfully, but these errors were encountered: