2019-06-06 09:44:02 +00:00
|
|
|
#include "tommath_private.h"
|
2019-10-19 14:24:39 +00:00
|
|
|
#ifdef MP_GET_MAG_UL_C
|
2019-06-06 09:44:02 +00:00
|
|
|
/* LibTomMath, multiple-precision integer library -- Tom St Denis */
|
|
|
|
/* SPDX-License-Identifier: Unlicense */
|
|
|
|
|
2019-07-03 12:45:14 +00:00
|
|
|
MP_GET_MAG(mp_get_mag_ul, unsigned long)
|
2019-06-06 09:44:02 +00:00
|
|
|
#endif
|