9 lines
347 B
C
9 lines
347 B
C
#include "amplify_tommath_private.h"
|
|
#ifdef AMPLIFY_BN_MP_INIT_UL_C
|
|
/* LibTomMath, multiple-precision integer library -- Tom St Denis */
|
|
/* SPDX-License-Identifier: Unlicense */
|
|
/* Modifications Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. */
|
|
|
|
AMPLIFY_MP_INIT_INT(amplify_mp_init_ul, amplify_mp_set_ul, unsigned long)
|
|
#endif
|