Artifact 4cfbf5e3a560d1f5f72ad7ad75684d1275569dfde8d605c40a9a3df088b1e3ab:
- File libtommath/bn_mp_get_i64.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: 243) [more...]
#include "tommath_private.h" #ifdef BN_MP_GET_I64_C /* LibTomMath, multiple-precision integer library -- Tom St Denis */ /* SPDX-License-Identifier: Unlicense */ MP_GET_SIGNED(mp_get_i64, mp_get_mag_u64, long long, unsigned long long) #endif