Codebase list libcryptx-perl / 634b55b
ltc sync Karel Miko 7 years ago
3 changed file(s) with 6 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
1111 *
1212 */
1313
14 #include "tomcrypt.h"
15
1416 #ifdef LTC_MECC
15
16 #include "tomcrypt.h"
1717
1818 int ecc_import_point(const unsigned char *in, unsigned long inlen, void *prime, void *a, void *b, void *x, void *y)
1919 {
1212 *
1313 */
1414
15 #include "tomcrypt.h"
16
1517 #ifdef LTC_MECC
16
17 #include "tomcrypt.h"
1818
1919 /**
2020 @file ecc_sign_hash.c
1212 *
1313 */
1414
15 #include "tomcrypt.h"
16
1517 #ifdef LTC_MECC
16
17 #include "tomcrypt.h"
1818
1919 /**
2020 @file ecc_verify_hash.c