comparison libtomcrypt/src/headers/tomcrypt_custom.h @ 1711:e9dba7abd939

Merge libtomcrypt v1.18.2
author Matt Johnston <matt@ucc.asn.au>
date Wed, 10 Jun 2020 23:16:13 +0800
parents 1ff2a1034c52
children
comparison
equal deleted inserted replaced
1710:1ff2a1034c52 1711:e9dba7abd939
478 #define LTC_ECC384 478 #define LTC_ECC384
479 #define LTC_ECC521 479 #define LTC_ECC521
480 #endif 480 #endif
481 #endif 481 #endif
482 482
483 #if defined(LTC_DER)
484 #ifndef LTC_DER_MAX_RECURSION
485 /* Maximum recursion limit when processing nested ASN.1 types. */
486 #define LTC_DER_MAX_RECURSION 30
487 #endif
488 #endif
489
483 #if defined(LTC_MECC) || defined(LTC_MRSA) || defined(LTC_MDSA) || defined(LTC_MKAT) 490 #if defined(LTC_MECC) || defined(LTC_MRSA) || defined(LTC_MDSA) || defined(LTC_MKAT)
484 /* Include the MPI functionality? (required by the PK algorithms) */ 491 /* Include the MPI functionality? (required by the PK algorithms) */
485 #define LTC_MPI 492 #define LTC_MPI
486 493
487 #ifndef LTC_PK_MAX_RETRIES 494 #ifndef LTC_PK_MAX_RETRIES