File: bn_mp_set_i64.c

package info (click to toggle)
tcl8.6 8.6.13%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 34,044 kB
  • sloc: ansic: 194,439; tcl: 20,048; makefile: 2,985; sh: 2,573; ada: 1,681; pascal: 1,139; cpp: 1,001; yacc: 912; cs: 879; asm: 468; perl: 104; xml: 95
file content (7 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
#include "tommath_private.h"
#ifdef BN_MP_SET_I64_C
/* LibTomMath, multiple-precision integer library -- Tom St Denis */
/* SPDX-License-Identifier: Unlicense */

MP_SET_SIGNED(mp_set_i64, mp_set_u64, int64_t, uint64_t)
#endif