Artifact 335621a54d5c02ad73dfb311d095a8a212df63db0bdeec00465fab7c6960453c:
- File libtommath/bn_mp_get_mag32.c — part of check-in [94cf70186e] at 2019-06-13 19:07:13 on branch libtommath — Update to latest libtommath's "develop" branch. On the way to 1.2.0 (user: jan.nijtmans size: 207) [more...]
#include "tommath_private.h" #ifdef BN_MP_GET_MAG32_C /* LibTomMath, multiple-precision integer library -- Tom St Denis */ /* SPDX-License-Identifier: Unlicense */ MP_GET_MAG(uint32_t, mp_get_mag32) #endif