Edit

kc3-lang/libtommath/bn_mp_get_i64.c

Branch :

  • Show log

    Commit

  • Author : Steffen Jaeckel
    Date : 2019-06-06 11:48:42
    Hash : a3637457
    Message : change macros to contain types

  • bn_mp_get_i64.c
  • #include "tommath_private.h"
    #ifdef BN_MP_GET_I64_C
    /* LibTomMath, multiple-precision integer library -- Tom St Denis */
    /* SPDX-License-Identifier: Unlicense */
    
    MP_GET_SIGNED(int64_t, mp_get_i64, mp_get_mag64)
    #endif