1 #include "tommath_private.h"
2 #ifdef BN_MP_SET_LONG_C
3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
4  *
5  * LibTomMath is a library that provides multiple-precision
6  * integer arithmetic as well as number theoretic functionality.
7  *
8  * The library was designed directly after the MPI library by
9  * Michael Fromberger but has been written from scratch with
10  * additional optimizations in place.
11  *
12  * SPDX-License-Identifier: Unlicense
13  */
14 
15 /* set a platform dependent unsigned long int */
16 MP_SET_XLONG(mp_set_long, unsigned long)
17 #endif
18 
19 /* ref:         $Format:%D$ */
20 /* git commit:  $Format:%H$ */
21 /* commit time: $Format:%ai$ */
22