Artifact 1ec372a391630c35c3e1cfdc128a27f8f06ff3a1567883da95ce804634bb96fd:
- File libtommath/bn_mp_init_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: 228) [more...]
#include "tommath_private.h" #ifdef BN_MP_INIT_U64_C /* LibTomMath, multiple-precision integer library -- Tom St Denis */ /* SPDX-License-Identifier: Unlicense */ MP_INIT_INT(mp_init_u64, mp_set_u64, unsigned long long) #endif