Artifact d8d3de07a9a7c63175f6206b6330646962f0e5db527fb0858201afb6ceacf26d:
- File libtommath/bn_mp_init_i32.c — part of check-in [81d9516c89] at 2019-07-05 14:54:17 on branch libtommath-no-stdint.h — Merge libtommath (user: jan.nijtmans size: 214) [more...]
#include "tommath_private.h" #ifdef BN_MP_INIT_I32_C /* LibTomMath, multiple-precision integer library -- Tom St Denis */ /* SPDX-License-Identifier: Unlicense */ MP_INIT_INT(mp_init_i32, mp_set_i32, long) #endif