Artifact 2d5158ed216b8894f8e19d6afa0af41b54b7d24d89ae4c763c460c23c4298576:
- File libtommath/bn_mp_get_mag_ul.c — part of check-in [1e508482c1] at 2019-07-05 14:23:21 on branch libtommath — Update to latest "develop" branch of libtommath (user: jan.nijtmans size: 214) [more...]
#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