Artifact db6f79df5749737787b27de75baa95ce32b96ff2cc3e2da8ecdc62f8fa9ba03a:
- File libtommath/bn_mp_get_mag_u64.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: 221) [more...]
#include "tommath_private.h" #ifdef BN_MP_GET_MAG_U64_C /* LibTomMath, multiple-precision integer library -- Tom St Denis */ /* SPDX-License-Identifier: Unlicense */ MP_GET_MAG(mp_get_mag_u64, unsigned long long) #endif