-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Make ec_ arithmetic more consistent and add documentation #701
Make ec_ arithmetic more consistent and add documentation #701
Commits on Mar 30, 2020
-
Add scalar_set_b32_seckey which does the same as scalar_set_b32 and a…
…lso returns whether it's a valid secret key
Configuration menu - View commit details
-
Copy full SHA for 9ab2cbe - Browse repository at this point
Copy the full SHA 9ab2cbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fec982 - Browse repository at this point
Copy the full SHA 3fec982View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f814cd - Browse repository at this point
Copy the full SHA 8f814cdView commit details -
Return 0 if the given seckey is invalid in privkey_negate, privkey_tw…
…eak_add and privkey_tweak_mul
Configuration menu - View commit details
-
Copy full SHA for 5894e1f - Browse repository at this point
Copy the full SHA 5894e1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f03df0e - Browse repository at this point
Copy the full SHA f03df0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a73f14 - Browse repository at this point
Copy the full SHA 5a73f14View commit details -
Rename private key to secret key in public API (with the exception of…
… function names)
Configuration menu - View commit details
-
Copy full SHA for 22911ee - Browse repository at this point
Copy the full SHA 22911eeView commit details -
Make ec_privkey functions aliases for ec_seckey_negate, ec_seckey_twe…
…ak_add and ec_seckey_mul
Configuration menu - View commit details
-
Copy full SHA for 41fc785 - Browse repository at this point
Copy the full SHA 41fc785View commit details -
Make tweak function documentation more consistent.
Do this by adding a newline after the first sentence and aligning the rest.
Configuration menu - View commit details
-
Copy full SHA for 89853a0 - Browse repository at this point
Copy the full SHA 89853a0View commit details -
Clarify documentation of tweak functions.
In particular, mention that the functions return 0 if seckey or tweak are invalid (as opposed to saying "should" or "must" be valid).
Configuration menu - View commit details
-
Copy full SHA for 7e3952a - Browse repository at this point
Copy the full SHA 7e3952aView commit details