Ignore:
Timestamp:
Feb 7, 2019, 8:36:33 AM (5 years ago)
Author:
coas-nagasima
Message:

wolfsslを3.15.7にバージョンアップ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_arm/trunk/wolfssl-3.12.2/wolfssl/wolfcrypt/wolfmath.h

    r352 r372  
    5252    int mp_rand(mp_int* a, int digits, WC_RNG* rng);
    5353
     54    enum {
     55        /* format type */
     56        WC_TYPE_HEX_STR = 1,
     57        WC_TYPE_UNSIGNED_BIN = 2,
     58    };
     59
     60    WOLFSSL_API int wc_export_int(mp_int* mp, byte* buf, word32* len,
     61        word32 keySz, int encType);
    5462
    5563    #ifdef HAVE_WOLF_BIGINT
     
    6270
    6371        int wc_mp_to_bigint(mp_int* src, WC_BIGINT* dst);
     72        int wc_mp_to_bigint_sz(mp_int* src, WC_BIGINT* dst, word32 sz);
    6473        int wc_bigint_to_mp(WC_BIGINT* src, mp_int* dst);
    6574    #endif /* HAVE_WOLF_BIGINT */
Note: See TracChangeset for help on using the changeset viewer.