2018-05-02 19:43:17 +00:00
|
|
|
#include "tommath_private.h"
|
2014-12-10 17:59:31 +00:00
|
|
|
#ifdef BN_MP_SET_LONG_LONG_C
|
2019-04-07 13:29:11 +00:00
|
|
|
/* LibTomMath, multiple-precision integer library -- Tom St Denis */
|
|
|
|
/* SPDX-License-Identifier: Unlicense */
|
2014-12-10 17:59:31 +00:00
|
|
|
|
|
|
|
/* set a platform dependent unsigned long long int */
|
|
|
|
MP_SET_XLONG(mp_set_long_long, unsigned long long)
|
|
|
|
#endif
|