Artifact 3caec5cb03cc1b10f4c86fd7f18fce98806422ea1ea4303638317f73554f9058:
- File libtommath/bn_mp_get_i32.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: 233) [more...]
#include "tommath_private.h" #ifdef BN_MP_GET_I32_C /* LibTomMath, multiple-precision integer library -- Tom St Denis */ /* SPDX-License-Identifier: Unlicense */ MP_GET_SIGNED(mp_get_i32, mp_get_mag_u32, long, unsigned long) #endif