Artifact 2b4851e1559ab5570d4b06c1a5f80d2558d60299b02b7991bb9aeb3ea0b48068:
- File libtommath/bn_mp_set_u64.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: 218) [more...]
#include "tommath_private.h" #ifdef BN_MP_SET_U64_C /* LibTomMath, multiple-precision integer library -- Tom St Denis */ /* SPDX-License-Identifier: Unlicense */ MP_SET_UNSIGNED(mp_set_u64, unsigned long long) #endif