Artifact 93dfc5de79950c16ac38ee3c9e39cd582a7bd873d2c2fa8f3530eb7bb51c3bf1:
- File libtommath/bn_mp_get_mag_u32.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: 211) [more...]
#include "tommath_private.h" #ifdef BN_MP_GET_MAG_U32_C /* LibTomMath, multiple-precision integer library -- Tom St Denis */ /* SPDX-License-Identifier: Unlicense */ MP_GET_MAG(mp_get_mag_u32, uint32_t) #endif