2018-05-02 19:43:17 +00:00
|
|
|
#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 */
|
2011-11-13 18:17:46 +00:00
|
|
|
|
2014-12-10 17:32:44 +00:00
|
|
|
MP_SET_XLONG(mp_set_long, unsigned long)
|
2011-11-13 18:17:46 +00:00
|
|
|
#endif
|