File: bn_mp_init_l.c

package info (click to toggle)
libtommath 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,804 kB
  • sloc: ansic: 14,054; sh: 438; perl: 433; makefile: 229; asm: 30
file content (7 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
7
#include "tommath_private.h"
#ifdef BN_MP_INIT_L_C
/* LibTomMath, multiple-precision integer library -- Tom St Denis */
/* SPDX-License-Identifier: Unlicense */

MP_INIT_INT(mp_init_l, mp_set_l, long)
#endif