libtommath/bn_mp_set_long.c

8 lines
212 B
C
Raw Normal View History

#include "tommath_private.h"
2014-10-14 12:36:38 +00:00
#ifdef BN_MP_SET_LONG_C
2019-04-07 13:29:11 +00:00
/* LibTomMath, multiple-precision integer library -- Tom St Denis */
/* SPDX-License-Identifier: Unlicense */
MP_SET_XLONG(mp_set_long, unsigned long)
#endif