-
Notifications
You must be signed in to change notification settings - Fork 484
ECC doc update #393
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
ECC doc update #393
Conversation
|
I allowed myself to kill your travis build as it only changes docs that aren't built anyways :) Btw. I think [skip ci] is useful in cases like that |
5048be4 to
6ba84a4
Compare
7550d2c to
7463fb4
Compare
7463fb4 to
f1cc2a2
Compare
f1cc2a2 to
02e54cb
Compare
|
I think I'm done with it. Feel free to have another look over it and/or merge please :) |
|
Ah, I forgot that I've added some comments/questions, can you please comment on them before merging? |
|
Ad Ad |
69c41b4 to
5babba6
Compare
|
@sjaeckel please have a look at the last two commits |
sjaeckel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
please merge after #423
d8f30b1 to
4f3bce1
Compare
Add doc for changes introduced in 24c0eb8
ecc_get_curve(const char* name_or_oid, const ltc_ecc_curve** cu)ecc_set_dp(const ltc_ecc_curve *cu, ecc_key *key)ecc_generate_key(prng_state *prng, int wprng, ecc_key *key)ecc_set_key(const unsigned char *in, unsigned long inlen, int type, ecc_key *key)ecc_get_key(unsigned char *out, unsigned long *outlen, int type, const ecc_key *key)ecc_get_oid_str(char *out, unsigned long *outlen, const ecc_key *key)ltc_ecc_set_type(replaced byltc_ecc_curve)From the last part of ECC changes:
ecc_export_opensslecc_import_opensslecc_import_x509It will take some time.