Artifact 2111f1ae22524211be45e35b9f12b6d67be3d1a7d15860928a6a36b797a00c73:
- File libtommath/bn_mp_get_mag64.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: 217) [more...]
#include "tommath_private.h" #ifdef BN_MP_GET_MAG64_C /* LibTomMath, multiple-precision integer library -- Tom St Denis */ /* SPDX-License-Identifier: Unlicense */ MP_GET_MAG(unsigned long long, mp_get_mag64) #endif