Implementation of ECC routines.
More...
|
void | byte_to_point (EC2 *point, uint32_t field_size_bytes, uint8_t *pBufIdx) |
|
void | point_to_byte (uint8_t *pBufIdx, uint32_t field_size_bytes, EC2 *point) |
|
|
char * | ecx163 = (char *) "2fe13c0537bbc11acaa07d793de4e6d5e5c94eee8" |
|
char * | ecy163 = (char *) "289070fb05d38ff58321f2e800536d538ccdaa3d9" |
|
char * | ecx233 = (char *) "17232ba853a7e731af129f22ff4149563a419c26bf50a4c9d6eefad6126" |
|
char * | ecy233 = (char *) "1db537dece819b7f70f555a67c427a8cd9bf18aeb9b56e0c11056fae6a3" |
|
char * | ecx283 = (char *) "503213f78ca44883f1a3b8162f188e553cd265f23c1567a16876913b0c2ac2458492836" |
|
char * | ecy283 = (char *) "1ccda380f1c9e318d90f95d07e5426fe87e45c0e8184698e45962364e34116177dd2259" |
|
Implementation of ECC routines.
- Author
- micha.nosp@m.el.z.nosp@m.ohner.nosp@m.@ec-.nosp@m.sprid.nosp@m.e.de
- Copyright
- ABY - A Framework for Efficient Mixed-protocol Secure Two-party Computation Copyright (C) 2015 Engineering Cryptographic Protocols Group, TU Darmstadt This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.