summaryrefslogtreecommitdiff
path: root/libtommath/bn_mp_init_ll.c
blob: dc7c4a44e2a660eef551c55ed9c68347682b6d7e (plain)
1
2
3
4
5
6
7
#include "tommath_private.h"
#ifdef BN_MP_INIT_LL_C
/* LibTomMath, multiple-precision integer library -- Tom St Denis */
/* SPDX-License-Identifier: Unlicense */

MP_INIT_INT(mp_init_ll, mp_set_ll, long long)
#endif