Edit

kc3-lang/libtommath/bn_mp_get_mag_ul.c

Branch :

  • Show log

    Commit

  • Author : nijtmans
    Date : 2019-07-03 14:45:14
    Hash : 0db64fc8
    Message : Rename bn_get_magxx -> bn_get_mag_uxx. Documentation updated too

  • bn_mp_get_mag_ul.c
  • #include "tommath_private.h"
    #ifdef BN_MP_GET_MAG_UL_C
    /* LibTomMath, multiple-precision integer library -- Tom St Denis */
    /* SPDX-License-Identifier: Unlicense */
    
    MP_GET_MAG(mp_get_mag_ul, unsigned long)
    #endif