Artifact d127746a6e51d71c5535324ebc5de5417983f83257568757bab361f64b15f5c4:
- File libtommath/bn_mp_get_mag_u32.c — part of check-in [81d9516c89] at 2019-07-05 14:54:17 on branch libtommath-no-stdint.h — Merge libtommath (user: jan.nijtmans size: 216) [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, unsigned long) #endif