Artifact 99dd06944d49294779fde5ae2a8add2fe3a2b11f42d545c15a1b375abcb6688f:
- File libtommath/bn_mp_set_i64.c — part of check-in [042fb1427b] at 2019-06-13 21:28:11 on branch libtommath-no-stdint.h — Merge libtommath (user: jan.nijtmans size: 239) [more...]
#include "tommath_private.h" #ifdef BN_MP_SET_I64_C /* LibTomMath, multiple-precision integer library -- Tom St Denis */ /* SPDX-License-Identifier: Unlicense */ MP_SET_SIGNED(mp_set_i64, mp_set_u64, long long, unsigned long long) #endif