Artifact 807959acdc56a004c471e5eb12458391c70b96cc0924feff86fe57fab265ec6d:
- File libtommath/bn_mp_set_ul.c — part of check-in [1e508482c1] at 2019-07-05 14:23:21 on branch libtommath — Update to latest "develop" branch of libtommath (user: jan.nijtmans size: 211) [more...]
#include "tommath_private.h" #ifdef BN_MP_SET_UL_C /* LibTomMath, multiple-precision integer library -- Tom St Denis */ /* SPDX-License-Identifier: Unlicense */ MP_SET_UNSIGNED(mp_set_ul, unsigned long) #endif