Artifact b4e73a7402c80e14a0e09cdce8067264329bb18cbd461412506edc384cea5d46:
- File libtommath/bn_mp_get_i32.c — part of check-in [94cf70186e] at 2019-06-13 19:07:13 on branch libtommath — Update to latest libtommath's "develop" branch. On the way to 1.2.0 (user: jan.nijtmans size: 219) [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(int32_t, mp_get_i32, mp_get_mag32) #endif