summaryrefslogtreecommitdiff
path: root/ecc.h
Commit message (Expand)AuthorAgeFilesLines
* include config.h for options.h. don't need to include options.h whenMatt Johnston2018-02-181-1/+0
* Pointer parameter could be declared as pointing to constFrancois Perrad2017-08-191-1/+1
* Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-1/+1
* fix empty C prototypesFrancois Perrad2016-01-011-1/+1
* Turn dropbear_ecc_curve's name into const char *Ga?l PORTAY2015-05-021-1/+1
* DROPBEAR_ prefix for include guards to avoid collisionsThorsten Horstmann2015-02-241-3/+3
* use oldstyle commentsMatt Johnston2013-11-141-5/+5
* A bit of work on ecdsa for host/auth keysMatt Johnston2013-04-141-2/+3
* Be safer with how we handle ltc_ecc_sets[] (particularly withMatt Johnston2013-04-091-3/+7
* start on ecdsa keysMatt Johnston2013-04-091-1/+1
* - Rename buf_put_ecc_pubkey_string() to buf_put_ecc_raw_pubkey_string()Matt Johnston2013-04-081-2/+2
* - Fix various hardcoded uses of SHA1Matt Johnston2013-04-081-3/+3
* More changes for KEX and ECDH. Set up hash descriptors, make ECC code work,Matt Johnston2013-03-291-4/+1
* ecc key import functionMatt Johnston2013-03-271-1/+1
* more bits on ecc branchMatt Johnston2013-03-271-0/+34